Searched refs:__portpair (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; typedef 64 __portpair skc_portpair;
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 336 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) 339 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport))) 355 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 | 102 typedef __u32 __bitwise __portpair; typedef 164 __portpair skc_portpair;
|
| /linux-6.15/net/ipv6/ |
| H A D | inet6_hashtables.c | 59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established() 277 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() 1204 __portpair ports; in __udp6_lib_demux_lookup()
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 498 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established() 552 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established() 632 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
|
| H A D | udp.c | 548 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp4_lib_lookup4() 2794 __portpair ports; in __udp4_lib_demux_lookup()
|