Searched refs:CTA_PROTO_NUM (Results 1 – 2 of 2) sorted by relevance
83 CTA_PROTO_NUM, enumerator
69 if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum)) in ctnetlink_dump_tuples_proto()1031 [CTA_PROTO_NUM] = { .type = NLA_U8 },1046 if (!tb[CTA_PROTO_NUM]) in ctnetlink_parse_tuple_proto()1048 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]); in ctnetlink_parse_tuple_proto()