Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h275 ((__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()
Dinet6_hashtables.h110 const __portpair ports, in inet6_match()
Dsock.h117 typedef __u32 __bitwise __portpair; typedef
179 __portpair skc_portpair;
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/kernel/linux/linux-5.10/net/ipv6/
Dinet6_hashtables.c61 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()
Dudp.c1039 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/
Dninet_hashtables.c315 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/
Dinet_hashtables.c408 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()
Dudp.c2502 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()