Loading net/ipv6/raw.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -548,7 +548,8 @@ static int rawv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6, if (!rp->checksum) if (!rp->checksum) goto send; goto send; if ((skb = skb_peek(&sk->sk_write_queue)) == NULL) skb = skb_peek(&sk->sk_write_queue); if (!skb) goto out; goto out; offset = rp->offset; offset = rp->offset; Loading Loading
net/ipv6/raw.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -548,7 +548,8 @@ static int rawv6_push_pending_frames(struct sock *sk, struct flowi6 *fl6, if (!rp->checksum) if (!rp->checksum) goto send; goto send; if ((skb = skb_peek(&sk->sk_write_queue)) == NULL) skb = skb_peek(&sk->sk_write_queue); if (!skb) goto out; goto out; offset = rp->offset; offset = rp->offset; Loading