Home
last modified time | relevance | path

Searched refs:INET_COMBINED_PORTS (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dinet_hashtables.h274 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
277 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dninet_hashtables.c315 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __ninet_lookup_established()
455 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __ninet_check_established()
/kernel/linux/linux-5.10/net/ipv6/
H A Dinet6_hashtables.c61 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
257 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
H A Dudp.c1039 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/kernel/linux/linux-6.6/include/net/
H A Dinet_hashtables.h340 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
343 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/kernel/linux/linux-6.6/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.c1069 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_hashtables.c408 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
460 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
528 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
H A Dudp.c2511 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()
/kernel/linux/linux-6.6/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.c2526 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()

Completed in 20 milliseconds