Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair; typedef
64 __portpair skc_portpair;
/linux/include/net/
A Dinet_hashtables.h336 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
339 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
355 const __addrpair cookie, const __portpair ports, in inet_match()
A Dinet6_hashtables.h181 const __portpair ports, in inet6_match()
A Dsock.h102 typedef __u32 __bitwise __portpair; typedef
164 __portpair skc_portpair;
/linux/net/ipv6/
A Dinet6_hashtables.c59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
275 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
A Dudp.c1070 __portpair ports; in __udp6_lib_demux_lookup()
/linux/net/ipv4/
A Dinet_hashtables.c498 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
550 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
619 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
A Dudp.c2544 __portpair ports; in __udp4_lib_demux_lookup()

Completed in 31 milliseconds