Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2577 static bool tcp_try_undo_loss(struct sock *sk, bool frto_undo) in tcp_try_undo_loss() argument
2581 if (frto_undo || tcp_may_undo(tp)) { in tcp_try_undo_loss()
2586 if (frto_undo) in tcp_try_undo_loss()
2592 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2596 static bool tcp_try_undo_loss(struct sock *sk, bool frto_undo) in tcp_try_undo_loss() argument
2600 if (frto_undo || tcp_may_undo(tp)) { in tcp_try_undo_loss()
2605 if (frto_undo) in tcp_try_undo_loss()
2611 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()

Completed in 17 milliseconds