Loading net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -1276,7 +1276,7 @@ static int ip6_setup_cork(struct sock *sk, struct inet_cork_full *cork, if (np->frag_size) mtu = np->frag_size; } if (mtu < IPV6_MIN_MTU) if (!(rt->dst.flags & DST_XFRM_TUNNEL) && mtu < IPV6_MIN_MTU) return -EINVAL; cork->base.fragsize = mtu; if (dst_allfrag(rt->dst.path)) Loading Loading
net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -1276,7 +1276,7 @@ static int ip6_setup_cork(struct sock *sk, struct inet_cork_full *cork, if (np->frag_size) mtu = np->frag_size; } if (mtu < IPV6_MIN_MTU) if (!(rt->dst.flags & DST_XFRM_TUNNEL) && mtu < IPV6_MIN_MTU) return -EINVAL; cork->base.fragsize = mtu; if (dst_allfrag(rt->dst.path)) Loading