Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c228 if (!tb[NFCTH_TUPLE] || !tb[NFCTH_POLICY] || !tb[NFCTH_PRIV_DATA_LEN]) in nfnl_cthelper_create()
431 if (!tb[NFCTH_NAME] || !tb[NFCTH_TUPLE]) in nfnl_cthelper_new()
436 ret = nfnl_cthelper_parse_tuple(&tuple, tb[NFCTH_TUPLE]); in nfnl_cthelper_new()
471 nest_parms = nla_nest_start(skb, NFCTH_TUPLE); in nfnl_cthelper_dump_tuple()
640 if (tb[NFCTH_TUPLE]) { in nfnl_cthelper_get()
641 ret = nfnl_cthelper_parse_tuple(&tuple, tb[NFCTH_TUPLE]); in nfnl_cthelper_get()
697 if (tb[NFCTH_TUPLE]) { in nfnl_cthelper_del()
698 ret = nfnl_cthelper_parse_tuple(&tuple, tb[NFCTH_TUPLE]); in nfnl_cthelper_del()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h18 NFCTH_TUPLE, enumerator