Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtcp.h343 int undo_retrans; /* number of undoable retransmissions. */ member
/linux-5.19.10/net/ipv4/
Dtcp_input.c1052 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1281 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1284 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - dup_segs); in tcp_check_dsack()
1356 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1358 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount); in tcp_sacktag_one()
2086 tp->undo_retrans = -1; in tcp_clear_retrans()
2094 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()
Dtcp_output.c3278 if (tp->undo_retrans < 0) in tcp_retransmit_skb()
3279 tp->undo_retrans = 0; in tcp_retransmit_skb()
3280 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()