Searched refs:CTA_PROTO_NUM (Results 1 – 2 of 2) sorted by relevance
85 CTA_PROTO_NUM, enumerator
77 if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum)) in ctnetlink_dump_tuples_proto()1082 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) && in ctnetlink_filter_match_tuple()1336 [CTA_PROTO_NUM] = { .type = NLA_U8 },1352 if (!(flags & CTA_FILTER_FLAG(CTA_PROTO_NUM))) in ctnetlink_parse_tuple_proto()1355 if (!tb[CTA_PROTO_NUM]) in ctnetlink_parse_tuple_proto()1358 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]); in ctnetlink_parse_tuple_proto()1459 if (flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) { in ctnetlink_parse_tuple_filter()