Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c168 [NFCTH_POLICY_SET_NUM] = NLA_POLICY_MAX(NLA_BE32, NF_CT_MAX_EXPECT_CLASSES),
186 if (!tb[NFCTH_POLICY_SET_NUM]) in nfnl_cthelper_parse_expect_policy()
189 class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM])); in nfnl_cthelper_parse_expect_policy()
371 if (!tb[NFCTH_POLICY_SET_NUM]) in nfnl_cthelper_update_policy()
374 class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM])); in nfnl_cthelper_update_policy()
498 if (nla_put_be32(skb, NFCTH_POLICY_SET_NUM, in nfnl_cthelper_dump_policy()
/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h29 NFCTH_POLICY_SET_NUM, enumerator