Home
last modified time | relevance | path

Searched refs:INET_COMBINED_PORTS (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv6/
H A Dinet6_hashtables.c91 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
313 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
H A Dudp.c296 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp6_lib_lookup4()
1215 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/linux/include/net/
H A Dinet_hashtables.h337 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
340 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/linux/net/ipv4/
H A Dudp.c541 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp4_lib_lookup4()
2764 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()