Home
last modified time | relevance | path

Searched refs:next_dup (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_input.c1713 struct tcp_sack_block *next_dup, in tcp_sacktag_walk() argument
1729 if (next_dup && in tcp_sacktag_walk()
1730 before(TCP_SKB_CB(skb)->seq, next_dup->end_seq)) { in tcp_sacktag_walk()
1732 next_dup->start_seq, in tcp_sacktag_walk()
1733 next_dup->end_seq); in tcp_sacktag_walk()
1816 struct tcp_sack_block *next_dup, in tcp_maybe_skipping_dsack() argument
1820 if (!next_dup) in tcp_maybe_skipping_dsack()
1823 if (before(next_dup->start_seq, skip_to_seq)) { in tcp_maybe_skipping_dsack()
1824 skb = tcp_sacktag_skip(skb, sk, next_dup->start_seq); in tcp_maybe_skipping_dsack()
1826 next_dup->start_seq, next_dup->end_seq, in tcp_maybe_skipping_dsack()
[all …]