Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cubic.c52 static inline void tcp_cubic_clear_state(struct tcpcb *tp);
93 tcp_cubic_clear_state(tp); in tcp_cubic_init()
114 tcp_cubic_clear_state(tp); in tcp_cubic_cwnd_init_or_reset()
568 tcp_cubic_clear_state(tp); in tcp_cubic_after_timeout()
600 tcp_cubic_clear_state(struct tcpcb *tp) in tcp_cubic_clear_state() function