Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_usrreq.c428 uipc_lock_peer(struct socket *so, struct unpcb **unp2) in uipc_lock_peer() function
1176 if (__predict_false((error = uipc_lock_peer(so, &unp2)) != 0)) in uipc_sosend_stream_or_seqpacket()
1537 if (aio && uipc_lock_peer(so, &unp2) == 0) { in uipc_soreceive_stream_or_seqpacket()
2416 if (__predict_false((error = uipc_lock_peer(so, &unp2)) != 0)) in uipc_sendfile_wait()
2478 if (__predict_false((error = uipc_lock_peer(so, &unp2)) != 0)) in uipc_sendfile()
2590 if (__predict_true(uipc_lock_peer(so, &unp2) == 0)) { in uipc_ready()