Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Ddatagram.c455 int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len) in ipv6_recv_error() function
543 EXPORT_SYMBOL_GPL(ipv6_recv_error);
/linux/include/net/
H A Dipv6.h1145 int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len);
/linux/net/ipv4/
H A Daf_inet.c1591 return pingv6_ops.ipv6_recv_error(sk, msg, len); in inet_recv_error()