Home
last modified time | relevance | path

Searched refs:CTA_PROTO_SRC_PORT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter/
Dnfnetlink_conntrack.h81 CTA_PROTO_SRC_PORT, enumerator
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c1291 if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) || in nf_ct_port_tuple_to_nlattr()
1302 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
1310 if (!tb[CTA_PROTO_SRC_PORT] || !tb[CTA_PROTO_DST_PORT]) in nf_ct_port_nlattr_to_tuple()
1313 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]); in nf_ct_port_nlattr_to_tuple()