Searched refs:write_wakeup (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_input.c | 1800 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument 1805 if (write_wakeup != 0) { in tcp_handle_wakeup() 1885 int write_wakeup = 0; in tcp_input() local 3112 write_wakeup = 1; in tcp_input() 3127 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 3238 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5185 write_wakeup = 1; in tcp_input() 5651 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5690 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5748 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() [all …]
|