Home
last modified time | relevance | path

Searched refs:hnum (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv6/
H A Dinet6_hashtables.c54 const u16 hnum, in __inet6_lookup_established() argument
93 const unsigned short hnum, in compute_score() argument
134 unsigned short hnum, in inet6_lookup_reuseport() argument
142 net, daddr, hnum, saddr, sport); in inet6_lookup_reuseport()
183 const u16 hnum, const int dif, in inet6_lookup_run_sk_lookup() argument
190 daddr, hnum, dif, &sk); in inet6_lookup_run_sk_lookup()
195 saddr, sport, daddr, hnum, ehashfn); in inet6_lookup_run_sk_lookup()
217 saddr, sport, daddr, hnum, dif, in inet6_lookup_listener()
223 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener()
227 saddr, sport, daddr, hnum, in inet6_lookup_listener()
[all …]
H A Dudp.c127 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
179 sport, daddr, hnum, dif, sdif); in udp6_lib_lookup2()
226 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local
231 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup()
237 daddr, hnum, dif, sdif, in __udp6_lib_lookup()
246 saddr, sport, daddr, hnum, dif, in __udp6_lib_lookup()
264 &in6addr_any, hnum, dif, sdif, in __udp6_lib_lookup()
814 if (udp_sk(sk)->udp_port_hash != hnum || in __udp_v6_is_mcast_sock()
848 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver() local
869 hnum)) in __udp6_lib_mcast_deliver()
[all …]
/linux/include/net/
H A Dinet6_hashtables.h48 const u16 hnum, const int dif,
64 unsigned short hnum,
73 const unsigned short hnum,
82 const u16 hnum, const int dif,
91 const u16 hnum, in __inet6_lookup() argument
96 sport, daddr, hnum, in __inet6_lookup()
103 daddr, hnum, dif, sdif); in __inet6_lookup()
H A Dinet_hashtables.h312 const unsigned short hnum,
374 const __be32 daddr, const u16 hnum,
388 __be32 daddr, unsigned short hnum,
395 __be32 daddr, u16 hnum, const int dif,
416 u16 hnum = ntohs(dport); in __inet_lookup() local
420 daddr, hnum, dif, sdif); in __inet_lookup()
426 sport, daddr, hnum, dif, sdif); in __inet_lookup()
/linux/net/ipv4/
H A Dinet_hashtables.c314 const unsigned short hnum, const __be32 daddr, in compute_score() argument
354 __be32 daddr, unsigned short hnum, in inet_lookup_reuseport() argument
362 net, daddr, hnum, saddr, sport); in inet_lookup_reuseport()
381 const __be32 daddr, const unsigned short hnum, in inet_lhash2_lookup() argument
408 __be32 daddr, u16 hnum, const int dif, in inet_lookup_run_sk_lookup() argument
415 daddr, hnum, dif, &sk); in inet_lookup_run_sk_lookup()
441 saddr, sport, daddr, hnum, dif, in __inet_lookup_listener()
447 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener()
451 saddr, sport, daddr, hnum, in __inet_lookup_listener()
461 saddr, sport, htonl(INADDR_ANY), hnum, in __inet_lookup_listener()
[all …]
H A Dudp.c371 __be32 daddr, unsigned short hnum, in compute_score() argument
379 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
426 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() argument
441 sport, daddr, hnum, dif, sdif); in udp4_lib_lookup2()
488 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local
499 daddr, hnum, dif, sdif, in __udp4_lib_lookup()
526 htonl(INADDR_ANY), hnum, dif, sdif, in __udp4_lib_lookup()
587 udp_sk(sk)->udp_port_hash != hnum || in __udp_is_mcast_sock()
2257 unsigned short hnum = ntohs(uh->dest); in __udp4_lib_mcast_deliver() local
2505 unsigned short hnum = ntohs(loc_port); in __udp4_lib_mcast_demux_lookup() local
[all …]