Searched refs:INET_COMBINED_PORTS (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 59 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 D | udp.c | 293 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp6_lib_lookup4() 1209 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
|
/linux/include/net/ |
H A D | inet_hashtables.h | 335 #define INET_COMBINED_PORTS(__sport, __dport) \ macro 338 #define INET_COMBINED_PORTS(__sport, __dport) \ macro
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 498 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established() 550 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established() 619 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
|
H A D | udp.c | 549 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp4_lib_lookup4() 2794 ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()
|