Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2875 bool *do_lost) in tcp_try_undo_partial()
2902 *do_lost = tcp_force_fast_retransmit(sk); in tcp_try_undo_partial()
2945 bool do_lost = num_dupack || ((flag & FLAG_DATA_SACKED) && in tcp_fastretrans_alert() local
2995 } else if (tcp_try_undo_partial(sk, prior_snd_una, &do_lost)) in tcp_fastretrans_alert()
3051 if (!tcp_is_rack(sk) && do_lost) in tcp_fastretrans_alert()
2874 tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una, bool *do_lost) tcp_try_undo_partial() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2908 bool *do_lost) in tcp_try_undo_partial()
2935 *do_lost = tcp_force_fast_retransmit(sk); in tcp_try_undo_partial()
2978 bool do_lost = num_dupack || ((flag & FLAG_DATA_SACKED) && in tcp_fastretrans_alert() local
3028 } else if (tcp_try_undo_partial(sk, prior_snd_una, &do_lost)) in tcp_fastretrans_alert()
3084 if (!tcp_is_rack(sk) && do_lost) in tcp_fastretrans_alert()
2907 tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una, bool *do_lost) tcp_try_undo_partial() argument

Completed in 18 milliseconds