Searched defs:hnum (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/ipv6/ |
D | inet6_hashtables.c | 55 const u16 hnum, in __inet6_lookup_established() 94 const unsigned short hnum, in compute_score() 135 unsigned short hnum, in inet6_lookup_reuseport() 156 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() 184 const u16 hnum, const int dif, in inet6_lookup_run_sk_lookup() 208 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener()
|
D | udp.c | 122 const struct in6_addr *daddr, unsigned short hnum, in compute_score() 168 const struct in6_addr *daddr, unsigned int hnum, in udp6_lib_lookup2() 217 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local 797 int dif, int sdif, unsigned short hnum) in __udp_v6_is_mcast_sock() 838 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver() local 1060 unsigned short hnum = ntohs(loc_port); in __udp6_lib_demux_lookup() local
|
/linux-6.6.21/net/ipv4/ |
D | inet_hashtables.c | 320 const unsigned short hnum, const __be32 daddr, in compute_score() 360 __be32 daddr, unsigned short hnum, in inet_lookup_reuseport() 387 const __be32 daddr, const unsigned short hnum, in inet_lhash2_lookup() 414 __be32 daddr, u16 hnum, const int dif, in inet_lookup_run_sk_lookup() 436 const __be32 daddr, const unsigned short hnum, in __inet_lookup_listener() 500 const __be32 daddr, const u16 hnum, in __inet_lookup_established()
|
D | udp.c | 368 __be32 daddr, unsigned short hnum, in compute_score() 425 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() 476 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local 569 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() 2233 unsigned short hnum = ntohs(uh->dest); in __udp4_lib_mcast_deliver() local 2481 unsigned short hnum = ntohs(loc_port); in __udp4_lib_mcast_demux_lookup() local 2517 unsigned short hnum = ntohs(loc_port); in __udp4_lib_demux_lookup() local
|
/linux-6.6.21/include/net/ |
D | inet6_hashtables.h | 91 const u16 hnum, in __inet6_lookup()
|
D | inet_hashtables.h | 421 u16 hnum = ntohs(dport); in __inet_lookup() local
|