Searched refs:__portpair (Results 1 – 7 of 7) sorted by relevance
51 typedef __u32 __bitwise __portpair; typedef64 __portpair skc_portpair;
59 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()211 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
959 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp6_lib_demux_lookup()
273 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))276 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
114 typedef __u32 __bitwise __portpair; typedef164 __portpair skc_portpair;
353 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()407 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
2416 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()