Searched refs:ipv6_local_error (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/ipv6/ |
H A D | xfrm6_output.c | 68 ipv6_local_error(sk, EMSGSIZE, &fl6, mtu); xfrm6_local_error()
|
H A D | ip6_output.c | 154 * by calls to skb_set_owner_w() and ipv6_local_error(), 240 /* ipv6_local_error() does not require socket lock, ip6_xmit() 243 ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu); ip6_xmit() 1311 ipv6_local_error(sk, EMSGSIZE, fl6, __ip6_append_data()
|
H A D | datagram.c | 269 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info) ipv6_local_error() function
|
H A D | raw.c | 626 ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu); rawv6_send_hdrinc()
|
/linux-4.4.14/include/net/ |
H A D | ipv6.h | 944 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
|
Completed in 141 milliseconds