Searched refs:raw_v6_match (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | rawv6.h | 9 bool raw_v6_match(struct net *net, const struct sock *sk, unsigned short num,
|
/openbmc/linux/net/ipv6/ |
H A D | raw.c | 67 bool raw_v6_match(struct net *net, const struct sock *sk, unsigned short num, in raw_v6_match() function 87 EXPORT_SYMBOL_GPL(raw_v6_match); 160 if (!raw_v6_match(net, sk, nexthdr, daddr, saddr, in ipv6_raw_deliver() 343 if (!raw_v6_match(net, sk, nexthdr, &ip6h->saddr, &ip6h->daddr, in raw6_icmp_error()
|
/openbmc/linux/net/ipv4/ |
H A D | raw_diag.c | 49 return raw_v6_match(net, sk, r->sdiag_raw_protocol, in raw_lookup()
|