Searched refs:unp_socket (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/sys/
H A Dunpcb.h83 struct socket *unp_socket; /* (c) pointer back to socket */ member in struct:unpcb
/freebsd-current/sys/kern/
H A Duipc_usrreq.c226 * has a back-pointer to its socket, unp_socket, which will be stable under
233 * unp->unp_conn->unp_socket, you need to hold a lock on unp_conn to guarantee
234 * that detach is not run clearing unp_socket.
483 unp->unp_socket = so;
786 unp->unp_socket->so_pcb = NULL;
787 unp->unp_socket = NULL;
904 * pointer; no lock on unp2 is required as unp2->unp_socket will be
929 so2 = unp2->unp_socket;
983 if ((so2 = unp2->unp_socket) == NULL) {
1299 so2 = unp2->unp_socket;
[all...]
/freebsd-current/usr.bin/netstat/
H A Dunix.c166 KREAD(unp->unp_socket, &so, sizeof(so));

Completed in 108 milliseconds