Searched refs:__sk_head (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Daf_unix.h24 return __sk_head(&unix_socket_table[*i]);
38 return __sk_head(&unix_socket_table[*i]);
H A Dsock.h267 static inline struct sock *__sk_head(const struct hlist_head *head) function
274 return hlist_empty(head) ? NULL : __sk_head(head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c175 const struct inet_sock *inet = inet_sk((sk = __sk_head(head)));
H A Draw.c162 sk = __raw_v4_lookup(__sk_head(head), iph->protocol,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dproc.c84 sk = hlist_empty(head) ? NULL : __sk_head(head);

Completed in 60 milliseconds