Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c142 unsigned h0 = HASH(remote); in ipip_tunnel_lookup() local
147 for (t = ipn->tunnels_r_l[h0^h1]; t; t = t->next) { in ipip_tunnel_lookup()
152 for (t = ipn->tunnels_r[h0]; t; t = t->next) { in ipip_tunnel_lookup()
Dip_gre.c171 unsigned h0 = HASH(remote); in ipgre_tunnel_lookup() local
179 for (t = ign->tunnels_r_l[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
190 for (t = ign->tunnels_r[h0^h1]; t; t = t->next) { in ipgre_tunnel_lookup()
/net/ipv6/
Dsit.c85 unsigned h0 = HASH(remote); in ipip6_tunnel_lookup() local
90 for (t = sitn->tunnels_r_l[h0^h1]; t; t = t->next) { in ipip6_tunnel_lookup()
95 for (t = sitn->tunnels_r[h0]; t; t = t->next) { in ipip6_tunnel_lookup()
Dip6_tunnel.c136 unsigned h0 = HASH(remote); in ip6_tnl_lookup() local
141 for (t = ip6n->tnls_r_l[h0 ^ h1]; t; t = t->next) { in ip6_tnl_lookup()
/net/xfrm/
Dxfrm_policy.c350 unsigned int h0 = 0; in xfrm_dst_hash_transfer() local
361 h0 = h; in xfrm_dst_hash_transfer()
363 if (h != h0) in xfrm_dst_hash_transfer()