Searched refs:write_wakeup (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_input.c | 1750 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument 1755 if (write_wakeup != 0) { in tcp_handle_wakeup() 2029 int write_wakeup = 0; in tcp_input() local 3316 write_wakeup = 1; in tcp_input() 3331 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 3442 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5515 write_wakeup = 1; in tcp_input() 5995 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 6028 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 6080 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() [all …]
|