Searched defs:hnum (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 58 const u16 hnum, in __inet6_lookup_established() 97 const unsigned short hnum, in compute_score() 133 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() 167 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener()
|
D | udp.c | 115 const struct in6_addr *daddr, unsigned short hnum, in compute_score() 166 const struct in6_addr *daddr, unsigned int hnum, in udp6_lib_lookup2() 204 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local 644 int dif, unsigned short hnum) in __udp_v6_is_mcast_sock() 685 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver() local 890 unsigned short hnum = ntohs(loc_port); in __udp6_lib_demux_lookup() local
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 227 const unsigned short hnum, const __be32 daddr, in compute_score() 269 const __be32 daddr, const unsigned short hnum, in inet_lhash2_lookup() 303 const __be32 daddr, const unsigned short hnum, in __inet_lookup_listener() 393 const __be32 daddr, const u16 hnum, in __inet_lookup_established()
|
D | udp.c | 369 __be32 daddr, unsigned short hnum, in compute_score() 431 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() 469 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local 570 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() 2038 unsigned short hnum = ntohs(uh->dest); in __udp4_lib_mcast_deliver() local 2259 unsigned short hnum = ntohs(loc_port); in __udp4_lib_mcast_demux_lookup() local 2289 unsigned short hnum = ntohs(loc_port); in __udp4_lib_demux_lookup() local
|
/Linux-v4.19/include/net/ |
D | inet6_hashtables.h | 70 const u16 hnum, in __inet6_lookup()
|
D | inet_hashtables.h | 330 u16 hnum = ntohs(dport); in __inet_lookup() local
|