Home
last modified time | relevance | path

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

/net/ipv4/
Dfib_semantics.c1248 unsigned int new_hash; in fib_info_hash_move() local
1250 new_hash = fib_info_hashfn(fi); in fib_info_hash_move()
1251 dest = &new_info_hash[new_hash]; in fib_info_hash_move()
1264 unsigned int new_hash; in fib_info_hash_move() local
1266 new_hash = fib_laddr_hashfn(fi->fib_prefsrc); in fib_info_hash_move()
1267 ldest = &new_laddrhash[new_hash]; in fib_info_hash_move()
Dudp.c1951 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local
1954 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
/net/ipv6/
Dudp.c94 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local
98 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()