Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/
H A Dtcp_cc.h271 extern void tcp_cc_after_idle_stretchack(struct tcpcb *tp);
H A Dtcp_cc.c233 tcp_cc_after_idle_stretchack(struct tcpcb *tp) in tcp_cc_after_idle_stretchack() function
H A Dtcp_output.c764 tcp_cc_after_idle_stretchack(tp); in tcp_output()