Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c405 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function
488 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2()
547 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4()
657 hash = udp_ehashfn(net, sk->sk_rcv_saddr, sk->sk_num, in udp4_hash4()
698 udp_ehashfn); in __udp4_lib_lookup()
2292 u16 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v4_rehash()
2621 &refcounted, udp_ehashfn); in udp_rcv()
H A Dinet_hashtables.c402 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
/linux/include/net/
H A Dinet_hashtables.h384 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);