Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/linux/include/net/
H A Dinet_hashtables.h338 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
341 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
357 const __addrpair cookie, const __portpair ports, in inet_match()
H A Dinet6_hashtables.h175 const __portpair ports, in inet6_match()
H A Dsock.h107 typedef __u32 __bitwise __portpair; typedef
170 __portpair skc_portpair;
/linux/net/ipv6/
H A Dinet6_hashtables.c91 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
313 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
/linux/net/ipv4/
H A Dinet_hashtables.c537 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
594 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
673 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
H A Dudp.c540 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in udp4_lib_lookup4()
2736 __portpair ports; in __udp4_lib_demux_lookup()