Searched refs:raw_v4_match (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/net/ |
D | raw.h | 25 bool raw_v4_match(struct net *net, const struct sock *sk, unsigned short num,
|
/linux-6.12.1/net/ipv4/ |
D | raw.c | 119 bool raw_v4_match(struct net *net, const struct sock *sk, unsigned short num, in raw_v4_match() function 131 EXPORT_SYMBOL_GPL(raw_v4_match); 175 if (!raw_v4_match(net, sk, iph->protocol, in raw_v4_input() 288 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()
|