Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c3398 int can_delay; in soreceive() local
3783 can_delay = 1; in soreceive()
3785 can_delay = 0; in soreceive()
3830 if (can_delay && len == m->m_len) { in soreceive()
4216 int can_delay; in soreceive_list() local
4276 can_delay = 1; in soreceive_list()
4278 can_delay = 0; in soreceive_list()
4471 if (len > 0 && can_delay == 0) { in soreceive_list()