Searched refs:__net (Results 1 - 6 of 6) 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.h302 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
303 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
307 #define INET_TW_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
308 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
314 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif) \
315 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
320 #define INET_TW_MATCH(__sk, __net, __hash,__cookie, __saddr, __daddr, __ports, __dif) \
321 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dnetwork.h90 static char __net[4096]; \
91 struct nethdr *__hdr = (struct nethdr *) __net; \
101 static char __net[4096]; \
102 struct nethdr *__hdr = (struct nethdr *) __net; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-mode.c163 static char __net[65536]; /* XXX: maximum MTU for IPv4 */ variable
164 static char *cur = __net;
170 memcpy(__net, ptr, remain);
171 cur = __net + remain;
181 ssize_t remain, pending = cur - __net;
182 char *ptr = __net;
184 numbytes = channel_recv(m, cur, sizeof(__net) - pending);
191 cur = __net;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/net/
H A Dnetdb.h135 struct netent *getnetbyaddr_r (long __net, int __type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipv6.h518 #define INET6_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif)\
519 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \
526 #define INET6_TW_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif) \
527 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c520 #define BACKTRACK(__net, saddr) \
522 if (rt == __net->ipv6.ip6_null_entry) { \

Completed in 79 milliseconds