Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c168 [NFCTH_POLICY_SET_NUM] = { .type = NLA_U32, },
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()
373 if (!tb[NFCTH_POLICY_SET_NUM]) in nfnl_cthelper_update_policy()
376 class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM])); in nfnl_cthelper_update_policy()
500 if (nla_put_be32(skb, NFCTH_POLICY_SET_NUM, in nfnl_cthelper_dump_policy()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h29 NFCTH_POLICY_SET_NUM, enumerator