Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dsocketvar.h976 extern int socket_try_lock(struct socket *so);
/xnu-11215/bsd/netinet/
H A Dtcp_timer.c640 if (!socket_try_lock(mp_so)) { in tcp_garbage_collect()
H A Dudp_usrreq.c2736 if (!socket_try_lock(inp->inp_socket)) { in udp_gc()
H A Dtcp_input.c7177 if (socket_try_lock(so)) { in tcp_dropdropablreq()
7222 if (socket_try_lock(so)) { in tcp_dropdropablreq()
/xnu-11215/bsd/kern/
H A Duipc_usrreq.c2652 if (!socket_try_lock(so)) { in unp_gc()
H A Duipc_socket.c7299 socket_try_lock(struct socket *so) in socket_try_lock() function
H A Duipc_mbuf.c8074 if (!socket_try_lock(so)) {