Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c211 if (!tcp_needs_internal_pacing(sk)) in bbr_rate_bytes_per_sec()
Dtcp_output.c985 if (!tcp_needs_internal_pacing(sk)) in tcp_internal_pacing()
2177 return tcp_needs_internal_pacing(sk) && in tcp_pacing_check()
/Linux-v4.19/include/net/
Dtcp.h1232 static inline bool tcp_needs_internal_pacing(const struct sock *sk) in tcp_needs_internal_pacing() function