Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp.h305 void udp_lib_rehash(struct sock *sk, u16 new_hash, u16 new_hash4);
/linux/net/ipv4/
H A Dudp.c2224 void udp_lib_rehash(struct sock *sk, u16 newhash, u16 newhash4) in udp_lib_rehash() function
2283 EXPORT_SYMBOL(udp_lib_rehash);
2294 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v4_rehash()
/linux/net/ipv6/
H A Dudp.c125 udp_lib_rehash(sk, new_hash, new_hash4); in udp_v6_rehash()