Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c3363 int can_delay; in soreceive() local
3748 can_delay = 1; in soreceive()
3750 can_delay = 0; in soreceive()
3795 if (can_delay && len == m->m_len) { in soreceive()
4181 int can_delay; in soreceive_list() local
4241 can_delay = 1; in soreceive_list()
4243 can_delay = 0; in soreceive_list()
4436 if (len > 0 && can_delay == 0) { in soreceive_list()