Searched refs:__portpair (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
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()
|
D | inet6_hashtables.h | 110 const __portpair ports, in inet6_match()
|
D | sock.h | 117 typedef __u32 __bitwise __portpair; typedef 179 __portpair skc_portpair;
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; typedef 64 __portpair skc_portpair;
|
/kernel/linux/linux-5.10/net/ipv6/ |
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()
|
D | udp.c | 1039 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
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/ipv4/ |
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()
|
D | udp.c | 2502 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()
|