Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/ !
H A Dtcp_input.c1750 tcp_handle_wakeup(struct socket *so, int read_wakeup, int write_wakeup) in tcp_handle_wakeup() argument
1752 if (read_wakeup != 0) { in tcp_handle_wakeup()
2028 int read_wakeup = 0; in tcp_input() local
3331 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
3410 read_wakeup = 1; in tcp_input()
3442 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
5805 read_wakeup = 1; in tcp_input()
5840 thflags = tcp_reass(tp, th, &tlen, m, ifp, &read_wakeup); in tcp_input()
5982 if (read_wakeup) { in tcp_input()
5995 tcp_handle_wakeup(so, read_wakeup, write_wakeup); in tcp_input()
[all …]