Lines Matching refs:xup
818 struct xunpcb *xup; in gather_unix() local
872 xup = (struct xunpcb *)xug; in gather_unix()
873 if (!check_ksize(xup->xu_len, struct xunpcb)) in gather_unix()
875 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix()
876 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
884 sock->socket = xup->xu_socket.xso_so; in gather_unix()
885 sock->pcb = xup->xu_unpp; in gather_unix()
889 if (xup->xu_addr.sun_family == AF_UNIX) in gather_unix()
891 *(struct sockaddr_storage *)(void *)&xup->xu_addr; in gather_unix()
892 faddr->conn = xup->unp_conn; in gather_unix()
893 faddr->firstref = xup->xu_firstref; in gather_unix()
894 faddr->nextref = xup->xu_nextref; in gather_unix()