Loading net/ipv6/ip6_output.c +1 −3 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,6 @@ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int copy; int err; int offset = 0; int csummode = CHECKSUM_NONE; __u8 tx_flags = 0; if (flags&MSG_PROBE) Loading Loading @@ -1411,7 +1410,7 @@ alloc_new_skb: /* * Fill in the control structures */ skb->ip_summed = csummode; skb->ip_summed = CHECKSUM_NONE; skb->csum = 0; /* reserve for fragmentation and ipsec header */ skb_reserve(skb, hh_len + sizeof(struct frag_hdr) + Loading Loading @@ -1454,7 +1453,6 @@ alloc_new_skb: transhdrlen = 0; exthdrlen = 0; dst_exthdrlen = 0; csummode = CHECKSUM_NONE; /* * Put the packet on the pending queue Loading Loading
net/ipv6/ip6_output.c +1 −3 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,6 @@ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int copy; int err; int offset = 0; int csummode = CHECKSUM_NONE; __u8 tx_flags = 0; if (flags&MSG_PROBE) Loading Loading @@ -1411,7 +1410,7 @@ alloc_new_skb: /* * Fill in the control structures */ skb->ip_summed = csummode; skb->ip_summed = CHECKSUM_NONE; skb->csum = 0; /* reserve for fragmentation and ipsec header */ skb_reserve(skb, hh_len + sizeof(struct frag_hdr) + Loading Loading @@ -1454,7 +1453,6 @@ alloc_new_skb: transhdrlen = 0; exthdrlen = 0; dst_exthdrlen = 0; csummode = CHECKSUM_NONE; /* * Put the packet on the pending queue Loading