Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c3831 int copy_flag; in soreceive() local
3834 copy_flag = M_DONTWAIT; in soreceive()
3836 copy_flag = M_WAIT; in soreceive()
3838 *mp = m_copym(m, 0, (int)len, copy_flag); in soreceive()