Searched refs:__portpair (Results 1 – 8 of 8) sorted by relevance
51 typedef __u32 __bitwise __portpair; typedef64 __portpair skc_portpair;
341 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))344 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))360 const __addrpair cookie, const __portpair ports, in inet_match()
110 const __portpair ports, in inet6_match()
115 typedef __u32 __bitwise __portpair; typedef177 __portpair skc_portpair;
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()
1072 __portpair ports; in __udp6_lib_demux_lookup()
478 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()530 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()598 const __portpair ports = INET_COMBINED_PORTS(sk->sk_dport, sk->sk_num); in inet_ehash_lookup_by_sk()
2568 __portpair ports; in __udp4_lib_demux_lookup()
Completed in 25 milliseconds