Searched refs:read_wakeup (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.101.5/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 1802 if (read_wakeup != 0) { in tcp_handle_wakeup() 1884 int read_wakeup = 0; in tcp_input() local 3123 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 3202 read_wakeup = 1; in tcp_input() 3234 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() 5471 read_wakeup = 1; in tcp_input() 5506 thflags = tcp_reass(tp, th, &tlen, m, ifp, &read_wakeup); in tcp_input() 5634 if (read_wakeup) { in tcp_input() 5647 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input() [all …]
|