Lines Matching defs:next_dup
1866 struct tcp_sack_block *next_dup,
1882 if (next_dup &&
1883 before(TCP_SKB_CB(skb)->seq, next_dup->end_seq)) {
1885 next_dup->start_seq,
1886 next_dup->end_seq);
1970 struct tcp_sack_block *next_dup,
1974 if (!next_dup)
1977 if (before(next_dup->start_seq, skip_to_seq)) {
1978 skb = tcp_sacktag_skip(skb, sk, next_dup->start_seq);
1980 next_dup->start_seq, next_dup->end_seq,
2102 struct tcp_sack_block *next_dup = NULL;
2105 next_dup = &sp[i + 1];
2119 skb = tcp_sacktag_walk(skb, sk, next_dup,
2130 skb = tcp_maybe_skipping_dsack(skb, sk, next_dup,
2158 skb = tcp_sacktag_walk(skb, sk, next_dup, state,