Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2511 static inline bool tcp_may_undo(const struct tcp_sock *tp) in tcp_may_undo() function
2536 if (tcp_may_undo(tp)) { in tcp_try_undo_recovery()
2581 if (frto_undo || tcp_may_undo(tp)) { in tcp_try_undo_loss()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2530 static inline bool tcp_may_undo(const struct tcp_sock *tp) in tcp_may_undo() function
2555 if (tcp_may_undo(tp)) { in tcp_try_undo_recovery()
2600 if (frto_undo || tcp_may_undo(tp)) { in tcp_try_undo_loss()

Completed in 17 milliseconds