Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c60 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
275 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
H A Dudp.c1079 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/openbmc/linux/include/net/
H A Dinet_hashtables.h340 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
343 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c504 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
556 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
624 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
H A Dudp.c2548 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()