Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dinet6_hashtables.c59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
254 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
A Dudp.c1078 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h340 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
343 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c478 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
530 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
598 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
A Dudp.c2574 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()

Completed in 17 milliseconds