CTA_PROTO_DST_PORT
nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port))
[CTA_PROTO_DST_PORT] = { .type = NLA_U16 },
if (flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) {
if (!tb[CTA_PROTO_DST_PORT])
t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);
if ((flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) &&
mnl_attr_put_u16(nlh, CTA_PROTO_DST_PORT, htons(dst_port));
mnl_attr_put_u16(nlh, CTA_PROTO_DST_PORT, htons(dst_port));