CTA_PROTO_DST_PORT 1824 net/netfilter/nf_conntrack_core.c 	    nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port))
CTA_PROTO_DST_PORT 1835 net/netfilter/nf_conntrack_core.c 	[CTA_PROTO_DST_PORT]  = { .type = NLA_U16 },
CTA_PROTO_DST_PORT 1842 net/netfilter/nf_conntrack_core.c 	if (!tb[CTA_PROTO_SRC_PORT] || !tb[CTA_PROTO_DST_PORT])
CTA_PROTO_DST_PORT 1846 net/netfilter/nf_conntrack_core.c 	t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);