Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c3361 int can_delay; in soreceive() local
3746 can_delay = 1; in soreceive()
3748 can_delay = 0; in soreceive()
3793 if (can_delay && len == m->m_len) { in soreceive()
4179 int can_delay; in soreceive_list() local
4239 can_delay = 1; in soreceive_list()
4241 can_delay = 0; in soreceive_list()
4434 if (len > 0 && can_delay == 0) { in soreceive_list()