Searched refs:__portpair (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_hashtables.h280 typedef __u32 __bitwise __portpair; typedef
283 ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
286 ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
305 ((*((__portpair *)&(inet_sk(__sk)->inet_dport))) == (__ports)) && \
310 ((*((__portpair *)&(inet_twsk(__sk)->tw_dport))) == (__ports)) && \
318 ((*((__portpair *)&(inet_sk(__sk)->inet_dport))) == (__ports)) && \
324 ((*((__portpair *)&(inet_twsk(__sk)->tw_dport))) == (__ports)) && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dinet6_hashtables.c77 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
223 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipv6.h520 ((*((__portpair *)&(inet_sk(__sk)->inet_dport))) == (__ports)) && \
528 (*((__portpair *)&(inet_twsk(__sk)->tw_dport)) == (__ports)) && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_hashtables.c206 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
281 const __portpair ports = INET_COMBINED_PORTS(inet->inet_dport, lport);

Completed in 97 milliseconds