Merge branches 'acpica', 'acpi-video' and 'acpi-fan'
[deliverable/linux.git] / net / ipv6 / ip6_output.c
index 2f748452b4aaa5d74641f11fa988cb8740e17051..23de98f976d5b7c846e42e9260acbac3b1632c17 100644 (file)
@@ -1353,7 +1353,7 @@ emsgsize:
             (skb && skb_is_gso(skb))) &&
            (sk->sk_protocol == IPPROTO_UDP) &&
            (rt->dst.dev->features & NETIF_F_UFO) &&
-           (sk->sk_type == SOCK_DGRAM)) {
+           (sk->sk_type == SOCK_DGRAM) && !udp_get_no_check6_tx(sk)) {
                err = ip6_ufo_append_data(sk, queue, getfrag, from, length,
                                          hh_len, fragheaderlen,
                                          transhdrlen, mtu, flags, fl6);
This page took 0.023952 seconds and 5 git commands to generate.