Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_input.c1041 (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()
Dtcp_output.c909 TCP_SKB_CB(skb)->sacked |= TCPCB_RETRANS; in tcp_retransmit_skb()
/linux-2.4.37.9/include/net/
Dtcp.h1058 #define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS) macro