Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_input.c1092 tp->undo_marker ? tp->undo_retrans : 0); in tcp_check_sack_reordering()
1321 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1324 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - dup_segs); in tcp_check_dsack()
1396 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1398 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount); in tcp_sacktag_one()
2126 tp->undo_retrans = -1; in tcp_clear_retrans()
2140 tp->undo_retrans = tp->retrans_out; in tcp_init_undo()
2143 tp->undo_retrans++; in tcp_init_undo()
2145 if (!tp->undo_retrans) in tcp_init_undo()
2146 tp->undo_retrans = -1; in tcp_init_undo()
[all …]
A Dtcp_output.c3464 if (tp->undo_retrans < 0) in tcp_retransmit_skb()
3465 tp->undo_retrans = 0; in tcp_retransmit_skb()
3466 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst129 int undo_retrans
/linux/include/linux/
A Dtcp.h426 int undo_retrans; /* number of undoable retransmissions. */ member

Completed in 24 milliseconds