Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2418 static inline bool tcp_packet_delayed(const struct tcp_sock *tp) in tcp_packet_delayed() function
2513 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2879 if (tp->undo_marker && tcp_packet_delayed(tp)) { in tcp_try_undo_partial()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2437 static inline bool tcp_packet_delayed(const struct tcp_sock *tp) in tcp_packet_delayed() function
2532 return tp->undo_marker && (!tp->undo_retrans || tcp_packet_delayed(tp)); in tcp_may_undo()
2912 if (tp->undo_marker && tcp_packet_delayed(tp)) { in tcp_try_undo_partial()

Completed in 25 milliseconds