Searched refs:INET_COMBINED_PORTS (Results 1 – 4 of 4) sorted by relevance
61 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()201 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
282 #define INET_COMBINED_PORTS(__sport, __dport) \ macro285 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
289 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()342 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
1932 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()