Searched refs:__raw_v4_lookup (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | raw.h | 27 struct sock *__raw_v4_lookup(struct net *net, struct sock *sk,
|
/Linux-v4.19/net/ipv4/ |
D | raw.c | 124 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()
|
D | raw_diag.c | 46 sk = __raw_v4_lookup(net, from, r->sdiag_raw_protocol, in raw_lookup()
|