Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dxt_HMARK.c39 union hmark_ports uports; member
63 static inline void hmark_swap_ports(union hmark_ports *uports, in hmark_swap_ports() argument
69 hp.b32 = (uports->b32 & info->port_mask.b32) | info->port_set.b32; in hmark_swap_ports()
74 uports->v32 = (dst << 16) | src; in hmark_swap_ports()
76 uports->v32 = (src << 16) | dst; in hmark_swap_ports()
105 t->uports.b16.src = otuple->src.u.all; in hmark_ct_set_htuple()
106 t->uports.b16.dst = rtuple->src.u.all; in hmark_ct_set_htuple()
107 hmark_swap_ports(&t->uports, info); in hmark_ct_set_htuple()
128 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
145 if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0) in hmark_set_tuple_ports()
[all …]