Searched refs:ipv6_local_error (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | xfrm6_output.c | 68 ipv6_local_error(sk, EMSGSIZE, &fl6, mtu); in xfrm6_local_error()
|
D | ip6_output.c | 284 ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu); in ip6_xmit() 1311 ipv6_local_error(sk, EMSGSIZE, fl6, pmtu); in __ip6_append_data()
|
D | datagram.c | 324 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info) in ipv6_local_error() function
|
D | raw.c | 635 ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu); in rawv6_send_hdrinc()
|
/Linux-v4.19/include/net/ |
D | ipv6.h | 1040 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
|