Searched refs:TCP_FRAG_IN_RTX_QUEUE (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_recovery.c | 232 tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_newreno_mark_lost()
|
H A D | tcp_output.c | 1692 if (tcp_queue == TCP_FRAG_IN_RTX_QUEUE) in tcp_fragment() 2976 if (unlikely(tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_send_loss_probe() 3384 if (tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, len, in __tcp_retransmit_skb()
|
H A D | tcp_input.c | 1381 err = tcp_fragment(sk, TCP_FRAG_IN_RTX_QUEUE, skb, in tcp_match_skb_to_sack()
|