| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 88 const u16 hnum, in __inet6_lookup_established() argument 91 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established() 99 hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() 127 const unsigned short hnum, in compute_score() argument 134 READ_ONCE(inet_sk(sk)->inet_num) == hnum && in compute_score() 169 unsigned short hnum, in inet6_lookup_reuseport() argument 177 net, daddr, hnum, saddr, sport); in inet6_lookup_reuseport() 190 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument 197 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup() 200 saddr, sport, daddr, hnum, inet6_ehashfn); in inet6_lhash2_lookup() [all …]
|
| /linux/include/net/ |
| H A D | inet6_hashtables.h | 49 const u16 hnum, const int dif, 65 unsigned short hnum, 73 const unsigned short hnum, 82 const u16 hnum, const int dif, 90 const u16 hnum, in __inet6_lookup() argument 95 daddr, hnum, in __inet6_lookup() 102 daddr, hnum, dif, sdif); in __inet6_lookup()
|
| H A D | inet_hashtables.h | 314 const unsigned short hnum, 375 const __be32 daddr, const u16 hnum, 389 __be32 daddr, unsigned short hnum, 396 __be32 daddr, u16 hnum, const int dif, 415 u16 hnum = ntohs(dport); in __inet_lookup() local 419 daddr, hnum, dif, sdif); in __inet_lookup() 425 sport, daddr, hnum, dif, sdif); in __inet_lookup()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 364 unsigned short hnum, int dif, int sdif) in compute_score() argument 371 udp_sk(sk)->udp_port_hash != hnum || in compute_score() 436 __be32 daddr, unsigned int hnum, in udp4_lib_lookup1() argument 440 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp4_lib_lookup1() 447 saddr, sport, daddr, hnum, dif, sdif); in udp4_lib_lookup1() 460 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() argument 475 sport, daddr, hnum, dif, sdif); in udp4_lib_lookup2() 488 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2() 518 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() argument 536 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() argument [all …]
|