Searched defs:hnum (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | inet6_hashtables.c | 56 const u16 hnum, in __inet6_lookup_established() 97 const unsigned short hnum, in compute_score() 126 const unsigned short hnum, const int dif) in inet6_lookup_listener()
|
D | udp.c | 145 unsigned short hnum, in compute_score() 194 unsigned short hnum, int dif) in compute_score2() 237 const struct in6_addr *daddr, unsigned int hnum, int dif, in udp6_lib_lookup2() 294 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local 723 int dif, unsigned short hnum) in __udp_v6_is_mcast_sock() 792 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver() local
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 172 const unsigned short hnum, const __be32 daddr, in compute_score() 209 const __be32 daddr, const unsigned short hnum, in __inet_lookup_listener() 286 const __be32 daddr, const u16 hnum, in __inet_lookup_established()
|
D | udp.c | 340 __be32 saddr, unsigned short hnum, __be16 sport, in compute_score() 387 __be32 daddr, unsigned int hnum, int dif) in compute_score2() 443 __be32 daddr, unsigned int hnum, int dif, in udp4_lib_lookup2() 501 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local 597 int dif, unsigned short hnum) in __udp_is_mcast_sock() 1674 unsigned short hnum = ntohs(uh->dest); in __udp4_lib_mcast_deliver() local 1882 unsigned short hnum = ntohs(loc_port); in __udp4_lib_mcast_demux_lookup() local 1938 unsigned short hnum = ntohs(loc_port); in __udp4_lib_demux_lookup() local
|
/linux-4.4.14/include/net/ |
D | inet6_hashtables.h | 66 const u16 hnum, in __inet6_lookup()
|
D | inet_hashtables.h | 306 u16 hnum = ntohs(dport); in __inet_lookup() local
|