Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c132 [NFCTH_POLICY_EXPECT_MAX] = { .type = NLA_U32, },
149 !tb[NFCTH_POLICY_EXPECT_MAX] || in nfnl_cthelper_expect_policy()
156 ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX])); in nfnl_cthelper_expect_policy()
301 !tb[NFCTH_POLICY_EXPECT_MAX] || in nfnl_cthelper_update_policy_one()
309 ntohl(nla_get_be32(tb[NFCTH_POLICY_EXPECT_MAX])); in nfnl_cthelper_update_policy_one()
513 if (nla_put_be32(skb, NFCTH_POLICY_EXPECT_MAX, in nfnl_cthelper_dump_policy()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h42 NFCTH_POLICY_EXPECT_MAX, enumerator