Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/Linux-v4.19/include/net/
Dinet_hashtables.h264 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
267 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
Dsock.h119 typedef __u32 __bitwise __portpair; typedef
169 __portpair skc_portpair;
/Linux-v4.19/net/ipv6/
Dinet6_hashtables.c63 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
259 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
Dudp.c894 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c397 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
451 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
Dudp.c2294 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()