/Linux-v5.4/net/ipv6/ |
D | inet6_hashtables.c | 54 const u16 hnum, in __inet6_lookup_established() argument 59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established() 63 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() 93 const unsigned short hnum, in compute_score() argument 99 if (net_eq(sock_net(sk), net) && inet_sk(sk)->inet_num == hnum && in compute_score() 120 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument 130 score = compute_score(sk, net, hnum, daddr, dif, sdif, in inet6_lhash2_lookup() 134 phash = inet6_ehashfn(net, daddr, hnum, in inet6_lhash2_lookup() 154 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument 160 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener() [all …]
|
D | udp.c | 103 const struct in6_addr *daddr, unsigned short hnum, in compute_score() argument 111 udp_sk(sk)->udp_port_hash != hnum || in compute_score() 147 const struct in6_addr *daddr, unsigned int hnum, in udp6_lib_lookup2() argument 159 daddr, hnum, dif, sdif); in udp6_lib_lookup2() 163 hash = udp6_ehashfn(net, daddr, hnum, in udp6_lib_lookup2() 185 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local 190 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup() 195 daddr, hnum, dif, sdif, in __udp6_lib_lookup() 198 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup() 204 &in6addr_any, hnum, dif, sdif, in __udp6_lib_lookup() [all …]
|
/Linux-v5.4/include/net/ |
D | inet6_hashtables.h | 48 const u16 hnum, const int dif, 57 const unsigned short hnum, 66 const u16 hnum, in __inet6_lookup() argument 71 sport, daddr, hnum, in __inet6_lookup() 78 daddr, hnum, dif, sdif); in __inet6_lookup()
|
D | inet_hashtables.h | 249 const unsigned short hnum, 316 const __be32 daddr, const u16 hnum, 337 u16 hnum = ntohs(dport); in __inet_lookup() local 341 daddr, hnum, dif, sdif); in __inet_lookup() 347 sport, daddr, hnum, dif, sdif); in __inet_lookup()
|
/Linux-v5.4/net/ipv4/ |
D | inet_hashtables.c | 229 const unsigned short hnum, const __be32 daddr, in compute_score() argument 234 if (net_eq(sock_net(sk), net) && sk->sk_num == hnum && in compute_score() 261 const __be32 daddr, const unsigned short hnum, in inet_lhash2_lookup() argument 272 score = compute_score(sk, net, hnum, daddr, in inet_lhash2_lookup() 276 phash = inet_ehashfn(net, daddr, hnum, in inet_lhash2_lookup() 295 const __be32 daddr, const unsigned short hnum, in __inet_lookup_listener() argument 302 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener() 306 saddr, sport, daddr, hnum, in __inet_lookup_listener() 312 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __inet_lookup_listener() 316 saddr, sport, htonl(INADDR_ANY), hnum, in __inet_lookup_listener() [all …]
|
D | udp.c | 355 __be32 daddr, unsigned short hnum, in compute_score() argument 363 udp_sk(sk)->udp_port_hash != hnum || in compute_score() 411 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() argument 424 daddr, hnum, dif, sdif); in udp4_lib_lookup2() 428 hash = udp_ehashfn(net, daddr, hnum, in udp4_lib_lookup2() 450 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local 454 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup() 459 daddr, hnum, dif, sdif, in __udp4_lib_lookup() 462 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup() 467 htonl(INADDR_ANY), hnum, dif, sdif, in __udp4_lib_lookup() [all …]
|