Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h50 NFCTH_TUPLE_L4PROTONUM, enumerator
/linux-4.1.27/net/netfilter/
Dnfnetlink_cthelper.c63 [NFCTH_TUPLE_L4PROTONUM] = { .type = NLA_U8, },
77 if (!tb[NFCTH_TUPLE_L3PROTONUM] || !tb[NFCTH_TUPLE_L4PROTONUM]) in nfnl_cthelper_parse_tuple()
84 tuple->dst.protonum = nla_get_u8(tb[NFCTH_TUPLE_L4PROTONUM]); in nfnl_cthelper_parse_tuple()
358 if (nla_put_u8(skb, NFCTH_TUPLE_L4PROTONUM, helper->tuple.dst.protonum)) in nfnl_cthelper_dump_tuple()