Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h20 NFCTH_POLICY, enumerator
/linux-6.12.1/net/netfilter/
Dnfnetlink_cthelper.c228 if (!tb[NFCTH_TUPLE] || !tb[NFCTH_POLICY] || !tb[NFCTH_PRIV_DATA_LEN]) in nfnl_cthelper_create()
236 ret = nfnl_cthelper_parse_expect_policy(helper, tb[NFCTH_POLICY]); in nfnl_cthelper_create()
396 if (tb[NFCTH_POLICY]) { in nfnl_cthelper_update()
397 ret = nfnl_cthelper_update_policy(helper, tb[NFCTH_POLICY]); in nfnl_cthelper_update()
496 nest_parms1 = nla_nest_start(skb, NFCTH_POLICY); in nfnl_cthelper_dump_policy()