Searched refs:TCPCB_SACKED_RETRANS (Results 1 – 4 of 4) sorted by relevance
65 if (scb->sacked & TCPCB_SACKED_RETRANS) { in tcp_rack_mark_lost()66 scb->sacked &= ~TCPCB_SACKED_RETRANS; in tcp_rack_mark_lost()
1178 if (sacked & TCPCB_SACKED_RETRANS) { in tcp_sacktag_one()1184 sacked &= ~(TCPCB_LOST|TCPCB_SACKED_RETRANS); in tcp_sacktag_one()1229 if (dup_sack && (sacked & TCPCB_SACKED_RETRANS)) { in tcp_sacktag_one()1230 sacked &= ~TCPCB_SACKED_RETRANS; in tcp_sacktag_one()1351 (TCP_SKB_CB(skb)->sacked & (TCPCB_LOST|TCPCB_SACKED_RETRANS)) == TCPCB_SACKED_RETRANS) in tcp_shift_skb_data()2607 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) { in tcp_simple_retransmit()2608 TCP_SKB_CB(skb)->sacked &= ~TCPCB_SACKED_RETRANS; in tcp_simple_retransmit()3142 if (sacked & TCPCB_SACKED_RETRANS) in tcp_clean_rtx_queue()
1096 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) in tcp_adjust_pcount()2656 if (TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_RETRANS) { in tcp_retransmit_skb()2779 if (!hole && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED))) in tcp_xmit_retransmit_queue()2791 if (sacked & (TCPCB_SACKED_ACKED|TCPCB_SACKED_RETRANS)) in tcp_xmit_retransmit_queue()
758 #define TCPCB_SACKED_RETRANS 0x02 /* SKB retransmitted */ macro763 #define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS| \