Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dinet6_hashtables.c78 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
224 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
/linux-3.4.99/include/net/
Dinet_hashtables.h282 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
285 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/linux-3.4.99/net/ipv4/
Dinet_hashtables.c227 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
302 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()