Home
last modified time | relevance | path

Searched refs:__sk_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/atm/
Dproc.c87 sk = hlist_empty(head) ? NULL : __sk_head(head); in __vcc_walk()
/linux-4.4.14/include/net/
Dsock.h510 static inline struct sock *__sk_head(const struct hlist_head *head) in __sk_head() function
517 return hlist_empty(head) ? NULL : __sk_head(head); in sk_head()
/linux-4.4.14/net/ipv4/
Draw.c181 sk = __raw_v4_lookup(net, __sk_head(head), iph->protocol, in raw_v4_input()