Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h51 NFCTH_TUPLE_L4PROTONUM, enumerator
/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c68 [NFCTH_TUPLE_L4PROTONUM] = { .type = NLA_U8, },
83 if (!tb[NFCTH_TUPLE_L3PROTONUM] || !tb[NFCTH_TUPLE_L4PROTONUM]) in nfnl_cthelper_parse_tuple()
90 tuple->dst.protonum = nla_get_u8(tb[NFCTH_TUPLE_L4PROTONUM]); in nfnl_cthelper_parse_tuple()
479 if (nla_put_u8(skb, NFCTH_TUPLE_L4PROTONUM, helper->tuple.dst.protonum)) in nfnl_cthelper_dump_tuple()