Searched refs:TCPCB_SACKED_RETRANS (Results 1 – 4 of 4) sorted by relevance
10 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) { in tcp_mark_skb_lost()12 TCP_SKB_CB(skb)->sacked &= ~TCPCB_SACKED_RETRANS; in tcp_mark_skb_lost()91 !(scb->sacked & TCPCB_SACKED_RETRANS)) in tcp_rack_detect_loss()
936 ((sacked & TCPCB_LOST) && (sacked & TCPCB_SACKED_RETRANS))) in tcp_sum_lost()1222 if (sacked & TCPCB_SACKED_RETRANS) { in tcp_sacktag_one()1228 sacked &= ~(TCPCB_LOST|TCPCB_SACKED_RETRANS); in tcp_sacktag_one()1270 if (dup_sack && (sacked & TCPCB_SACKED_RETRANS)) { in tcp_sacktag_one()1271 sacked &= ~TCPCB_SACKED_RETRANS; in tcp_sacktag_one()1409 (TCP_SKB_CB(skb)->sacked & (TCPCB_LOST|TCPCB_SACKED_RETRANS)) == TCPCB_SACKED_RETRANS) in tcp_shift_skb_data()2605 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) { in tcp_simple_retransmit()2606 TCP_SKB_CB(skb)->sacked &= ~TCPCB_SACKED_RETRANS; in tcp_simple_retransmit()3110 if (sacked & TCPCB_SACKED_RETRANS) in tcp_clean_rtx_queue()
1232 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) in tcp_adjust_pcount()3003 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) { in tcp_retransmit_skb()3063 if (!hole && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED))) in tcp_xmit_retransmit_queue()3074 if (sacked & (TCPCB_SACKED_ACKED|TCPCB_SACKED_RETRANS)) in tcp_xmit_retransmit_queue()
824 #define TCPCB_SACKED_RETRANS 0x02 /* SKB retransmitted */ macro829 #define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS| \