Searched refs:__portpair (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; typedef 64 __portpair skc_portpair;
|
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 337 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) 340 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport))) 356 const __addrpair cookie, const __portpair ports, in inet_match()
|
D | inet6_hashtables.h | 110 const __portpair ports, in inet6_match()
|
D | sock.h | 115 typedef __u32 __bitwise __portpair; typedef 177 __portpair skc_portpair;
|
/Linux-v6.1/net/ipv6/ |
D | inet6_hashtables.c | 59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established() 254 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
|
D | udp.c | 1069 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
|
/Linux-v6.1/net/ipv4/ |
D | inet_hashtables.c | 477 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established() 529 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established() 597 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
|
D | udp.c | 2557 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()
|