INET_COMBINED_PORTS  353 net/ipv4/inet_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
INET_COMBINED_PORTS  407 net/ipv4/inet_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport);
INET_COMBINED_PORTS 2421 net/ipv4/udp.c 	const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum);
INET_COMBINED_PORTS   59 net/ipv6/inet6_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
INET_COMBINED_PORTS  211 net/ipv6/inet6_hashtables.c 	const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport);
INET_COMBINED_PORTS  959 net/ipv6/udp.c 	const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum);