Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h373 int undo_retrans; /* number of undoable retransmissions. */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c1051 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1280 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1283 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - dup_segs); in tcp_check_dsack()
1355 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1357 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount); in tcp_sacktag_one()
2085 tp->undo_retrans = -1; in tcp_clear_retrans()
2093 tp->undo_retrans = tp->retrans_out ? : -1; in tcp_init_undo()
2514 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2566 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()
A Dtcp_output.c3280 if (tp->undo_retrans < 0) in tcp_retransmit_skb()
3281 tp->undo_retrans = 0; in tcp_retransmit_skb()
3282 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()

Completed in 23 milliseconds