Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/netfilter/
Dnfnetlink_conntrack.h87 CTA_PROTO_DST_PORT, enumerator
/linux-5.19.10/net/netfilter/
Dnf_conntrack_core.c2124 nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port)) in nf_ct_port_tuple_to_nlattr()
2135 [CTA_PROTO_DST_PORT] = { .type = NLA_U16 },
2150 if (flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) { in nf_ct_port_nlattr_to_tuple()
2151 if (!tb[CTA_PROTO_DST_PORT]) in nf_ct_port_nlattr_to_tuple()
2154 t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]); in nf_ct_port_nlattr_to_tuple()
Dnf_conntrack_netlink.c1093 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) && in ctnetlink_filter_match_tuple()