Searched refs:TCPCB_RETRANS (Results 1 – 3 of 3) sorted by relevance
1041 (sacked & TCPCB_RETRANS) && in tcp_sacktag_write_queue()1047 if (sacked&TCPCB_RETRANS) { in tcp_sacktag_write_queue()1085 if (!(sacked & TCPCB_RETRANS) && in tcp_sacktag_write_queue()1102 if (dup_sack && (sacked&TCPCB_RETRANS)) in tcp_sacktag_write_queue()1192 TCP_SKB_CB(skb)->sacked &= ~TCPCB_RETRANS; in tcp_enter_frto()1294 if (TCP_SKB_CB(skb)->sacked&TCPCB_RETRANS) in tcp_enter_loss()2371 if(sacked & TCPCB_RETRANS) { in tcp_clean_rtx_queue()
909 TCP_SKB_CB(skb)->sacked |= TCPCB_RETRANS; in tcp_retransmit_skb()
1058 #define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS) macro