CTA_PROTO_NUM
if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) &&
[CTA_PROTO_NUM] = { .type = NLA_U8 },
if (!(flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)))
if (!tb[CTA_PROTO_NUM])
tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]);
if (flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) {
if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum))
mnl_attr_put_u8(nlh, CTA_PROTO_NUM, 6);
mnl_attr_put_u8(nlh, CTA_PROTO_NUM, 6);