Lines Matching defs:next_dup
1681 struct tcp_sack_block *next_dup,
1697 if (next_dup &&
1698 before(TCP_SKB_CB(skb)->seq, next_dup->end_seq)) {
1700 next_dup->start_seq,
1701 next_dup->end_seq);
1784 struct tcp_sack_block *next_dup,
1788 if (!next_dup)
1791 if (before(next_dup->start_seq, skip_to_seq)) {
1792 skb = tcp_sacktag_skip(skb, sk, next_dup->start_seq);
1794 next_dup->start_seq, next_dup->end_seq,
1916 struct tcp_sack_block *next_dup = NULL;
1919 next_dup = &sp[i + 1];
1933 skb = tcp_sacktag_walk(skb, sk, next_dup,
1944 skb = tcp_maybe_skipping_dsack(skb, sk, next_dup,
1972 skb = tcp_sacktag_walk(skb, sk, next_dup, state,