Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dsocketvar.h944 extern int socket_try_lock(struct socket *so);
/xnu-8792.41.9/bsd/kern/
H A Duipc_usrreq.c2595 if (!socket_try_lock(so)) { in unp_gc()
H A Duipc_socket.c7416 socket_try_lock(struct socket *so) in socket_try_lock() function
H A Duipc_mbuf.c6921 if (!socket_try_lock(so)) {
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_timer.c626 if (!socket_try_lock(mp_so)) { in tcp_garbage_collect()
H A Dudp_usrreq.c2647 if (!socket_try_lock(inp->inp_socket)) { in udp_gc()
H A Dtcp_input.c6828 if (socket_try_lock(so)) { in tcp_dropdropablreq()
6873 if (socket_try_lock(so)) { in tcp_dropdropablreq()