Searched refs:__raw_v4_lookup (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | raw.c | 121 static struct sock *__raw_v4_lookup(struct net *net, struct sock *sk, in __raw_v4_lookup() function 181 sk = __raw_v4_lookup(net, __sk_head(head), iph->protocol, in raw_v4_input() 196 sk = __raw_v4_lookup(net, sk_next(sk), iph->protocol, in raw_v4_input() 299 while ((raw_sk = __raw_v4_lookup(net, raw_sk, protocol, in raw_icmp_error()
|