CTA_PROTO_SRC_PORT 896 net/netfilter/nf_conntrack_core.c NLA_PUT_BE16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port); CTA_PROTO_SRC_PORT 906 net/netfilter/nf_conntrack_core.c [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 }, CTA_PROTO_SRC_PORT 914 net/netfilter/nf_conntrack_core.c if (!tb[CTA_PROTO_SRC_PORT] || !tb[CTA_PROTO_DST_PORT]) CTA_PROTO_SRC_PORT 917 net/netfilter/nf_conntrack_core.c t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]);