Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/ !
H A Dtcp_output.c289 static int tcp_recv_throttle(struct tcpcb *tp);
1432 } else if (recwin > 0 && tcp_recv_throttle(tp)) { in tcp_output()
3596 tcp_recv_throttle(struct tcpcb *tp) in tcp_recv_throttle() function