Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtcp.h285 int undo_retrans; /* number of undoable retransmissions. */ member
/linux-4.1.27/net/ipv4/
Dtcp_input.c857 tp->undo_marker ? tp->undo_retrans : 0); in tcp_update_reordering()
1122 if (dup_sack && tp->undo_marker && tp->undo_retrans > 0 && in tcp_check_dsack()
1125 tp->undo_retrans--; in tcp_check_dsack()
1203 if (tp->undo_marker && tp->undo_retrans > 0 && in tcp_sacktag_one()
1205 tp->undo_retrans--; in tcp_sacktag_one()
1906 tp->undo_retrans = -1; in tcp_clear_retrans()
1915 tp->undo_retrans = tp->retrans_out ? : -1; in tcp_init_undo()
2414 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2455 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()
Dtcp_output.c2677 if (tp->undo_retrans < 0) in tcp_retransmit_skb()
2678 tp->undo_retrans = 0; in tcp_retransmit_skb()
2679 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()