Loading net/ipv4/tcp_input.c +2 −1 Original line number Diff line number Diff line Loading @@ -1160,6 +1160,7 @@ tcp_sacktag_write_queue(struct sock *sk, struct sk_buff *ack_skb, u32 prior_snd_ int first_sack_index; if (!tp->sacked_out) { if (WARN_ON(tp->fackets_out)) tp->fackets_out = 0; tp->highest_sack = tp->snd_una; } Loading Loading
net/ipv4/tcp_input.c +2 −1 Original line number Diff line number Diff line Loading @@ -1160,6 +1160,7 @@ tcp_sacktag_write_queue(struct sock *sk, struct sk_buff *ack_skb, u32 prior_snd_ int first_sack_index; if (!tp->sacked_out) { if (WARN_ON(tp->fackets_out)) tp->fackets_out = 0; tp->highest_sack = tp->snd_una; } Loading