Searched refs:raw_v4_match (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/net/ |
D | raw.h | 23 bool raw_v4_match(struct net *net, struct sock *sk, unsigned short num,
|
/linux-6.1.9/net/ipv4/ |
D | raw.c | 119 bool raw_v4_match(struct net *net, struct sock *sk, unsigned short num, in raw_v4_match() function 131 EXPORT_SYMBOL_GPL(raw_v4_match); 176 if (!raw_v4_match(net, sk, iph->protocol, in raw_v4_input() 280 if (!raw_v4_match(net, sk, iph->protocol, in raw_icmp_error()
|
D | raw_diag.c | 43 return raw_v4_match(net, sk, r->sdiag_raw_protocol, in raw_lookup()
|