Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h299 int undo_retrans; /* number of undoable retransmissions. */ member
/linux-4.4.14/net/ipv4/
Dtcp_input.c877 tp->undo_marker ? tp->undo_retrans : 0); in tcp_update_reordering()
1078 if (dup_sack && tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1081 tp->undo_retrans--; in tcp_check_dsack()
1164 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1166 tp->undo_retrans--; in tcp_sacktag_one()
1856 tp->undo_retrans = -1; in tcp_clear_retrans()
1865 tp->undo_retrans = tp->retrans_out ? : -1; in tcp_init_undo()
2378 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2419 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()
Dtcp_output.c2671 if (tp->undo_retrans < 0) in tcp_retransmit_skb()
2672 tp->undo_retrans = 0; in tcp_retransmit_skb()
2673 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()