Searched refs:uports (Results 1 – 1 of 1) sorted by relevance
36 union hmark_ports uports; member60 static inline void hmark_swap_ports(union hmark_ports *uports, in hmark_swap_ports() argument66 hp.b32 = (uports->b32 & info->port_mask.b32) | info->port_set.b32; in hmark_swap_ports()71 uports->v32 = (dst << 16) | src; in hmark_swap_ports()73 uports->v32 = (src << 16) | dst; in hmark_swap_ports()102 t->uports.b16.src = otuple->src.u.all; in hmark_ct_set_htuple()103 t->uports.b16.dst = rtuple->src.u.all; in hmark_ct_set_htuple()104 hmark_swap_ports(&t->uports, info); in hmark_ct_set_htuple()125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()142 if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0) in hmark_set_tuple_ports()[all …]