Searched defs:hnum (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 54 const u16 hnum, in __inet6_lookup_established() 93 const unsigned short hnum, in compute_score() 134 unsigned short hnum, in inet6_lookup_reuseport() 155 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() 183 const u16 hnum, const int dif, in inet6_lookup_run_sk_lookup() 207 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener()
|
H A D | udp.c | 130 const struct in6_addr *daddr, unsigned short hnum, in compute_score() 196 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup1() 219 const struct in6_addr *daddr, unsigned int hnum, in udp6_lib_lookup2() 277 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() 290 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() 348 unsigned short hnum = ntohs(dport); in __udp6_lib_lookup() local 941 int dif, int sdif, unsigned short hnum) in __udp_v6_is_mcast_sock() 982 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver() local 1201 unsigned short hnum = ntohs(loc_port); in __udp6_lib_demux_lookup() local
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 314 const unsigned short hnum, const __be32 daddr, in compute_score() 354 __be32 daddr, unsigned short hnum, in inet_lookup_reuseport() 381 const __be32 daddr, const unsigned short hnum, in inet_lhash2_lookup() 408 __be32 daddr, u16 hnum, const int dif, in inet_lookup_run_sk_lookup() 430 const __be32 daddr, const unsigned short hnum, in __inet_lookup_listener() 494 const __be32 daddr, const u16 hnum, in __inet_lookup_established()
|
H A D | udp.c | 371 __be32 daddr, unsigned short hnum, in compute_score() 445 __be32 daddr, unsigned int hnum, in udp4_lib_lookup1() 469 __be32 daddr, unsigned int hnum, in udp4_lib_lookup2() 527 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() 545 __be32 daddr, unsigned int hnum, in udp4_lib_lookup4() 682 unsigned short hnum = ntohs(dport); in __udp4_lib_lookup() local 794 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() 2502 unsigned short hnum = ntohs(uh->dest); in __udp4_lib_mcast_deliver() local 2750 unsigned short hnum = ntohs(loc_port); in __udp4_lib_mcast_demux_lookup() local 2786 unsigned short hnum = ntohs(loc_port); in __udp4_lib_demux_lookup() local
|
/linux/include/net/ |
H A D | inet6_hashtables.h | 91 const u16 hnum, in __inet6_lookup()
|
H A D | inet_hashtables.h | 416 u16 hnum = ntohs(dport); in __inet_lookup() local
|