Searched refs:ipv6_local_error (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | xfrm6_output.c | 64 	ipv6_local_error(sk, EMSGSIZE, &fl6, mtu);  in xfrm6_local_error()
 | 
| D | ip6_output.c | 288 	ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu);  in ip6_xmit()1389 		ipv6_local_error(sk, EMSGSIZE, fl6, pmtu);  in __ip6_append_data()
 
 | 
| D | datagram.c | 322 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info)  in ipv6_local_error()  function
 | 
| D | raw.c | 632 		ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu);  in rawv6_send_hdrinc()
 | 
| /Linux-v5.4/include/net/ | 
| D | ipv6.h | 1100 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
 |