Lines Matching defs:next_dup
1700 struct tcp_sack_block *next_dup,
1716 if (next_dup &&
1717 before(TCP_SKB_CB(skb)->seq, next_dup->end_seq)) {
1719 next_dup->start_seq,
1720 next_dup->end_seq);
1803 struct tcp_sack_block *next_dup,
1807 if (!next_dup)
1810 if (before(next_dup->start_seq, skip_to_seq)) {
1811 skb = tcp_sacktag_skip(skb, sk, next_dup->start_seq);
1813 next_dup->start_seq, next_dup->end_seq,
1935 struct tcp_sack_block *next_dup = NULL;
1938 next_dup = &sp[i + 1];
1952 skb = tcp_sacktag_walk(skb, sk, next_dup,
1963 skb = tcp_maybe_skipping_dsack(skb, sk, next_dup,
1991 skb = tcp_sacktag_walk(skb, sk, next_dup, state,