Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h274 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
277 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
/OK3568_Linux_fs/kernel/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.c1017 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c399 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
451 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
519 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
H A Dudp.c2492 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()