Loading net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -1226,7 +1226,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; cork->base.gso_size = sk->sk_type == SOCK_DGRAM && Loading Loading
net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -1226,7 +1226,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; cork->base.gso_size = sk->sk_type == SOCK_DGRAM && Loading