Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dudp.h316 static inline void udp_lib_hash4(struct sock *sk, u16 hash) in udp_lib_hash4() function
324 void udp_lib_hash4(struct sock *sk, u16 hash);
/linux-6.15/net/ipv4/
H A Dudp.c621 void udp_lib_hash4(struct sock *sk, u16 hash) in udp_lib_hash4() function
655 EXPORT_IPV6_MOD(udp_lib_hash4);
669 udp_lib_hash4(sk, hash); in udp4_hash4()
/linux-6.15/net/ipv6/
H A Dudp.c337 udp_lib_hash4(sk, hash); in udp6_hash4()