Searched refs:read_wakeup (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_input.c | 1752 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument 1754 if (read_wakeup != 0) { in tcp_handle_wakeup() 2030 int read_wakeup = 0; in tcp_input() local 3368 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 3447 read_wakeup = 1; in tcp_input() 3479 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5862 read_wakeup = 1; in tcp_input() 5897 thflags = tcp_reass(tp, th, &tlen, m, ifp, &read_wakeup); in tcp_input() 6039 if (read_wakeup) { in tcp_input() 6052 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() [all …]
|