Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dinet6_hashtables.c61 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet6_lookup_established()
201 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet6_check_established()
/linux-4.1.27/include/net/
Dinet_hashtables.h283 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
286 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
Dsock.h130 typedef __u32 __bitwise __portpair; typedef
175 __portpair skc_portpair;
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c289 const __portpair ports = INET_COMBINED_PORTS(sport, hnum); in __inet_lookup_established()
342 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport); in __inet_check_established()
Dudp.c1932 const __portpair ports = INET_COMBINED_PORTS(rmt_port, hnum); in __udp4_lib_demux_lookup()