Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h966 extern int socket_try_lock(struct socket *so);
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.c637 if (!socket_try_lock(mp_so)) { in tcp_garbage_collect()
H A Dudp_usrreq.c2755 if (!socket_try_lock(inp->inp_socket)) { in udp_gc()
H A Dtcp_input.c7433 if (socket_try_lock(so)) { in tcp_dropdropablreq()
7478 if (socket_try_lock(so)) { in tcp_dropdropablreq()
/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c2652 if (!socket_try_lock(so)) { in unp_gc()
H A Duipc_mbuf.c4596 if (!socket_try_lock(so)) { in mbuf_watchdog_defunct()
H A Duipc_mbuf_mcache.c4434 if (!socket_try_lock(so)) {
H A Duipc_socket.c7241 socket_try_lock(struct socket *so) in socket_try_lock() function