Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1752 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument
1757 if (write_wakeup != 0) { in tcp_handle_wakeup()
2031 int write_wakeup = 0; in tcp_input() local
3353 write_wakeup = 1; in tcp_input()
3368 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
3479 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
5571 write_wakeup = 1; in tcp_input()
6052 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
6085 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
6137 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
[all …]