Searched refs:NFCTH_TUPLE_L4PROTONUM (Results 1 – 2 of 2) sorted by relevance
51 NFCTH_TUPLE_L4PROTONUM, enumerator
68 [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()