Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cubic.c52 static inline void tcp_cubic_clear_state(struct tcpcb *tp);
87 tcp_cubic_clear_state(tp); in tcp_cubic_init()
108 tcp_cubic_clear_state(tp); in tcp_cubic_cwnd_init_or_reset()
491 tcp_cubic_clear_state(tp); in tcp_cubic_after_timeout()
525 tcp_cubic_clear_state(struct tcpcb *tp) in tcp_cubic_clear_state() function