Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtcp.h433 int undo_retrans; /* number of undoable retransmissions. */ member
/linux-3.4.99/net/ipv4/
Dtcp_input.c991 tp->undo_marker ? tp->undo_retrans : 0); in tcp_update_reordering()
1253 if (dup_sack && tp->undo_marker && tp->undo_retrans && in tcp_check_dsack()
1256 tp->undo_retrans--; in tcp_check_dsack()
1331 if (tp->undo_marker && tp->undo_retrans && in tcp_sacktag_one()
1333 tp->undo_retrans--; in tcp_sacktag_one()
2127 tp->undo_retrans = 0; in tcp_enter_frto()
2229 tp->undo_retrans = 0; in tcp_clear_retrans_partial()
2734 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2774 if (tp->undo_marker && !tp->undo_retrans) { in tcp_try_undo_dsack()
3168 tp->undo_retrans = tp->retrans_out; in tcp_fastretrans_alert()
Dtcp_output.c2197 tp->undo_retrans += tcp_skb_pcount(skb); in tcp_retransmit_skb()