Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dinet6_hashtables.c88 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 …]
H A Dudp.c133 const struct in6_addr *daddr, unsigned short hnum, in compute_score() argument
141 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
199 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup1() argument
202 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp6_lib_lookup1()
209 saddr, sport, daddr, hnum, dif, sdif); in udp6_lib_lookup1()
222 const struct in6_addr *daddr, unsigned int hnum, in udp6_lib_lookup2() argument
236 sport, daddr, hnum, dif, sdif); in udp6_lib_lookup2()
249 saddr, sport, daddr, hnum, udp6_ehashfn); in udp6_lib_lookup2()
280 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() argument
293 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() argument
[all …]
/linux/include/net/
H A Dinet6_hashtables.h49 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 Dinet_hashtables.h314 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 Dudp.c365 unsigned short hnum, int dif, int sdif) in compute_score() argument
372 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
437 __be32 daddr, unsigned int hnum, in udp4_lib_lookup1() argument
441 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp4_lib_lookup1()
448 saddr, sport, daddr, hnum, dif, sdif); in udp4_lib_lookup1()
461 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() argument
476 sport, daddr, hnum, dif, sdif); in udp4_lib_lookup2()
489 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2()
519 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() argument
537 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() argument
[all …]