Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/Linux-v5.4/net/ipv6/
Dinet6_hashtables.c59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
211 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
Dudp.c959 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/Linux-v5.4/include/net/
Dinet_hashtables.h273 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
276 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
Dsock.h114 typedef __u32 __bitwise __portpair; typedef
164 __portpair skc_portpair;
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c353 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
407 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
Dudp.c2416 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()