__portpair        498 include/linux/ipv6.h 	 ((*((__portpair *)&(inet_sk(__sk)->dport))) == (__ports))  	&& \
__portpair        506 include/linux/ipv6.h 	 (*((__portpair *)&(inet_twsk(__sk)->tw_dport)) == (__ports))	&& \
__portpair        282 include/net/inet_hashtables.h 	((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
__portpair        285 include/net/inet_hashtables.h 	((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
__portpair        304 include/net/inet_hashtables.h 	 ((*((__portpair *)&(inet_sk(__sk)->dport))) == (__ports))	&&	\
__portpair        309 include/net/inet_hashtables.h 	 ((*((__portpair *)&(inet_twsk(__sk)->tw_dport))) == (__ports)) &&	\
__portpair        317 include/net/inet_hashtables.h 	 ((*((__portpair *)&(inet_sk(__sk)->dport))) == (__ports))	&&	\
__portpair        323 include/net/inet_hashtables.h 	 ((*((__portpair *)&(inet_twsk(__sk)->tw_dport))) == (__ports)) &&	\
__portpair        224 net/ipv4/inet_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
__portpair        269 net/ipv4/inet_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(inet->dport, lport);
__portpair         67 net/ipv6/inet6_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
__portpair        168 net/ipv6/inet6_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(inet->dport, lport);