Searched refs:ipv6_local_error (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | xfrm6_output.c | 40 ipv6_local_error(sk, EMSGSIZE, &fl6, mtu); in xfrm6_local_error()
|
H A D | ip6_output.c | 369 ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu); in ip6_xmit() 1561 ipv6_local_error(sk, EMSGSIZE, fl6, pmtu); in __ip6_append_data()
|
H A D | datagram.c | 345 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info) in ipv6_local_error() function
|
H A D | raw.c | 600 ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu); in rawv6_send_hdrinc()
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 1218 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
|