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