Searched refs:ipv6_local_error (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_output.c | 47 ipv6_local_error(sk, EMSGSIZE, &fl6, mtu); in xfrm6_local_error()
|
H A D | ip6_output.c | 266 * by calls to skb_set_owner_w() and ipv6_local_error(), 359 /* ipv6_local_error() does not require socket lock, in ip6_xmit() 362 ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu); in ip6_xmit() 1542 ipv6_local_error(sk, EMSGSIZE, fl6, pmtu); in __ip6_append_data()
|
H A D | datagram.c | 338 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info) in ipv6_local_error() function
|
H A D | raw.c | 636 ipv6_local_error(sk, EMSGSIZE, fl6, rt->dst.dev->mtu); in rawv6_send_hdrinc()
|
/kernel/linux/linux-6.6/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 | 252 * by calls to skb_set_owner_w() and ipv6_local_error(), 356 /* ipv6_local_error() does not require socket lock, in ip6_xmit() 359 ipv6_local_error((struct sock *)sk, EMSGSIZE, fl6, mtu); in ip6_xmit() 1554 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 1105 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 1218 void ipv6_local_error(struct sock *sk, int err, struct flowi6 *fl6, u32 info);
|
Completed in 16 milliseconds