Home
last modified time | relevance | path

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

/include/net/
Dtcp.h1763 static inline bool tcp_write_queue_empty(const struct sock *sk) in tcp_write_queue_empty() function
1775 return tcp_rtx_queue_empty(sk) && tcp_write_queue_empty(sk); in tcp_rtx_and_write_queues_empty()