Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c3364 int can_delay; in soreceive() local
3749 can_delay = 1; in soreceive()
3751 can_delay = 0; in soreceive()
3796 if (can_delay && len == m->m_len) { in soreceive()
4182 int can_delay; in soreceive_list() local
4242 can_delay = 1; in soreceive_list()
4244 can_delay = 0; in soreceive_list()
4437 if (len > 0 && can_delay == 0) { in soreceive_list()