Searched refs:CTA_PROTO_NUM (Results 1 – 3 of 3) sorted by relevance
40 mnl_attr_put_u8(nlh, CTA_PROTO_NUM, 6); in build_cta_tuple_v4() 70 mnl_attr_put_u8(nlh, CTA_PROTO_NUM, 6); in build_cta_tuple_v6()
85 CTA_PROTO_NUM, enumerator
78 if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum)) in ctnetlink_dump_tuples_proto()1094 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) && in ctnetlink_filter_match_tuple()1348 [CTA_PROTO_NUM] = { .type = NLA_U8 },1364 if (!(flags & CTA_FILTER_FLAG(CTA_PROTO_NUM))) in ctnetlink_parse_tuple_proto()1367 if (!tb[CTA_PROTO_NUM]) in ctnetlink_parse_tuple_proto()1370 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]); in ctnetlink_parse_tuple_proto()1471 if (flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) { in ctnetlink_parse_tuple_filter()