Searched defs:hnum (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | inet6_hashtables.c | 54 					   const u16 hnum,  in __inet6_lookup_established()93 				const unsigned short hnum,  in compute_score()
 120 		const unsigned short hnum, const int dif, const int sdif)  in inet6_lhash2_lookup()
 154 		const unsigned short hnum, const int dif, const int sdif)  in inet6_lookup_listener()
 
 | 
| D | udp.c | 103 			 const struct in6_addr *daddr, unsigned short hnum,  in compute_score()147 		const struct in6_addr *daddr, unsigned int hnum,  in udp6_lib_lookup2()
 185 	unsigned short hnum = ntohs(dport);  in __udp6_lib_lookup()  local
 708 				   int dif, int sdif, unsigned short hnum)  in __udp_v6_is_mcast_sock()
 749 	unsigned short hnum = ntohs(uh->dest);  in __udp6_lib_mcast_deliver()  local
 955 	unsigned short hnum = ntohs(loc_port);  in __udp6_lib_demux_lookup()  local
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | inet_hashtables.c | 229 				const unsigned short hnum, const __be32 daddr,  in compute_score()261 				const __be32 daddr, const unsigned short hnum,  in inet_lhash2_lookup()
 295 				    const __be32 daddr, const unsigned short hnum,  in __inet_lookup_listener()
 349 				  const __be32 daddr, const u16 hnum,  in __inet_lookup_established()
 
 | 
| D | udp.c | 355 			 __be32 daddr, unsigned short hnum,  in compute_score()411 				     __be32 daddr, unsigned int hnum,  in udp4_lib_lookup2()
 450 	unsigned short hnum = ntohs(dport);  in __udp4_lib_lookup()  local
 519 				       int dif, int sdif, unsigned short hnum)  in __udp_is_mcast_sock()
 2145 	unsigned short hnum = ntohs(uh->dest);  in __udp4_lib_mcast_deliver()  local
 2381 	unsigned short hnum = ntohs(loc_port);  in __udp4_lib_mcast_demux_lookup()  local
 2411 	unsigned short hnum = ntohs(loc_port);  in __udp4_lib_demux_lookup()  local
 
 | 
| /Linux-v5.4/include/net/ | 
| D | inet6_hashtables.h | 66 					  const u16 hnum,  in __inet6_lookup()
 | 
| D | inet_hashtables.h | 337 	u16 hnum = ntohs(dport);  in __inet_lookup()  local
 |