Searched refs:__portpair (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 275 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) 278 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport))) 294 const __addrpair cookie, const __portpair ports, in INET_MATCH()
|
H A D | inet6_hashtables.h | 110 const __portpair ports, in inet6_match()
|
H A D | sock.h | 117 typedef __u32 __bitwise __portpair; typedef 179 __portpair skc_portpair;
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; typedef 64 __portpair skc_portpair;
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; typedef 64 __portpair skc_portpair;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 341 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) 344 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport))) 360 const __addrpair cookie, const __portpair ports, in inet_match()
|
H A D | inet6_hashtables.h | 181 const __portpair ports, in inet6_match()
|
H A D | sock.h | 115 typedef __u32 __bitwise __portpair; typedef 177 __portpair skc_portpair;
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_hashtables.c | 315 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 D | inet6_hashtables.c | 61 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 D | udp.c | 1039 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 60 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 | 1063 __portpair ports; in __udp6_lib_demux_lookup()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 408 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 D | udp.c | 2511 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 504 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 D | udp.c | 2520 __portpair ports; in __udp4_lib_demux_lookup()
|
Completed in 32 milliseconds