Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
A Dnfnetlink_conntrack.h86 CTA_PROTO_SRC_PORT, enumerator
/linux/net/netfilter/
A Dnf_conntrack_core.c2015 if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) || in nf_ct_port_tuple_to_nlattr()
2026 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
2035 if (flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) { in nf_ct_port_nlattr_to_tuple()
2036 if (!tb[CTA_PROTO_SRC_PORT]) in nf_ct_port_nlattr_to_tuple()
2039 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]); in nf_ct_port_nlattr_to_tuple()
A Dnf_conntrack_netlink.c1083 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) && in ctnetlink_filter_match_tuple()

Completed in 15 milliseconds