Home
last modified time | relevance | path

Searched refs:__portpair (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/Linux-v6.1/include/net/
Dinet_hashtables.h337 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
340 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
356 const __addrpair cookie, const __portpair ports, in inet_match()
Dinet6_hashtables.h110 const __portpair ports, in inet6_match()
Dsock.h115 typedef __u32 __bitwise __portpair; typedef
177 __portpair skc_portpair;
/Linux-v6.1/net/ipv6/
Dinet6_hashtables.c59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
254 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
Dudp.c1069 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/Linux-v6.1/net/ipv4/
Dinet_hashtables.c477 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
529 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
597 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
Dudp.c2557 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()