Searched refs:__raw_v4_lookup (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | raw.c | 120 struct sock *__raw_v4_lookup(struct net *net, struct sock *sk, in __raw_v4_lookup() function 137 EXPORT_SYMBOL_GPL(__raw_v4_lookup); 184 sk = __raw_v4_lookup(net, __sk_head(head), iph->protocol, in raw_v4_input() 198 sk = __raw_v4_lookup(net, sk_next(sk), iph->protocol, in raw_v4_input() 305 while ((raw_sk = __raw_v4_lookup(net, raw_sk, protocol, in raw_icmp_error()
|
D | raw_diag.c | 44 sk = __raw_v4_lookup(net, from, r->sdiag_raw_protocol, in raw_lookup()
|