Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_input.c2817 bool *do_lost) in tcp_try_undo_partial() argument
2844 *do_lost = tcp_force_fast_retransmit(sk); in tcp_try_undo_partial()
2887 bool do_lost = num_dupack || ((flag & FLAG_DATA_SACKED) && in tcp_fastretrans_alert() local
2937 } else if (tcp_try_undo_partial(sk, prior_snd_una, &do_lost)) in tcp_fastretrans_alert()
2993 if (!tcp_is_rack(sk) && do_lost) in tcp_fastretrans_alert()