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