Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h917 extern int socket_try_lock(struct socket *so);
/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c2408 if (!socket_try_lock(so)) { in unp_gc()
H A Duipc_socket.c7319 socket_try_lock(struct socket *so) in socket_try_lock() function
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_timer.c625 if (!socket_try_lock(mp_so)) { in tcp_garbage_collect()
H A Dtcp_input.c6537 if (socket_try_lock(so)) { in tcp_dropdropablreq()
6582 if (socket_try_lock(so)) { in tcp_dropdropablreq()
H A Dudp_usrreq.c2635 if (!socket_try_lock(inp->inp_socket)) { in udp_gc()