Home
last modified time | relevance | path

Searched refs:NFCTH_POLICY_SET_NUM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/netfilter/
Dnfnetlink_cthelper.c164 [NFCTH_POLICY_SET_NUM] = { .type = NLA_U32, },
182 if (!tb[NFCTH_POLICY_SET_NUM]) in nfnl_cthelper_parse_expect_policy()
185 class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM])); in nfnl_cthelper_parse_expect_policy()
368 if (!tb[NFCTH_POLICY_SET_NUM]) in nfnl_cthelper_update_policy()
371 class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM])); in nfnl_cthelper_update_policy()
493 if (nla_put_be32(skb, NFCTH_POLICY_SET_NUM, in nfnl_cthelper_dump_policy()
/Linux-v5.4/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h29 NFCTH_POLICY_SET_NUM, enumerator