Searched refs:CTA_PROTO_SRC_PORT (Results 1 – 5 of 5) sorted by relevance
84 CTA_PROTO_SRC_PORT, enumerator
85 CTA_PROTO_SRC_PORT, enumerator
1928 if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) || in nf_ct_port_tuple_to_nlattr()1939 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },1948 if (flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) { in nf_ct_port_nlattr_to_tuple()1949 if (!tb[CTA_PROTO_SRC_PORT]) in nf_ct_port_nlattr_to_tuple()1952 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]); in nf_ct_port_nlattr_to_tuple()
1040 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) && in ctnetlink_filter_match_tuple()