MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cc_after_idle

Function cc_after_idle

freebsd/netinet/tcp_output.c:182–189  ·  view source on GitHub ↗

* CC wrapper hook functions */

Source from the content-addressed store, hash-verified

180 * CC wrapper hook functions
181 */
182static void inline
183cc_after_idle(struct tcpcb *tp)
184{
185 INP_WLOCK_ASSERT(tp->t_inpcb);
186
187 if (CC_ALGO(tp)->after_idle != NULL)
188 CC_ALGO(tp)->after_idle(tp->ccv);
189}
190
191/*
192 * Tcp output routine: figure out what should be sent and send it.

Callers 1

tcp_output.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected