Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h51 NFCTH_TUPLE_L4PROTONUM, enumerator
/Linux-v4.19/net/netfilter/
Dnfnetlink_cthelper.c71 [NFCTH_TUPLE_L4PROTONUM] = { .type = NLA_U8, },
86 if (!tb[NFCTH_TUPLE_L3PROTONUM] || !tb[NFCTH_TUPLE_L4PROTONUM]) in nfnl_cthelper_parse_tuple()
93 tuple->dst.protonum = nla_get_u8(tb[NFCTH_TUPLE_L4PROTONUM]); in nfnl_cthelper_parse_tuple()
473 if (nla_put_u8(skb, NFCTH_TUPLE_L4PROTONUM, helper->tuple.dst.protonum)) in nfnl_cthelper_dump_tuple()