Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Draw.h27 struct sock *__raw_v4_lookup(struct net *net, struct sock *sk,
/Linux-v4.19/net/ipv4/
Draw.c124 struct sock *__raw_v4_lookup(struct net *net, struct sock *sk, in __raw_v4_lookup() function
142 EXPORT_SYMBOL_GPL(__raw_v4_lookup);
188 sk = __raw_v4_lookup(net, __sk_head(head), iph->protocol, in raw_v4_input()
203 sk = __raw_v4_lookup(net, sk_next(sk), iph->protocol, in raw_v4_input()
309 while ((raw_sk = __raw_v4_lookup(net, raw_sk, protocol, in raw_icmp_error()
Draw_diag.c46 sk = __raw_v4_lookup(net, from, r->sdiag_raw_protocol, in raw_lookup()