Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_input.c1665 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument
1670 if (write_wakeup != 0) { in tcp_handle_wakeup()
2767 int write_wakeup = 0; in tcp_input() local
3880 write_wakeup = 1; in tcp_input()
3895 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
4014 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
5756 write_wakeup = 1; in tcp_input()
6247 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
6280 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
6332 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
[all …]