Lines Matching refs:xup
807 struct xunpcb *xup; in gather_unix() local
863 xup = (struct xunpcb *)xug; in gather_unix()
864 if (!check_ksize(xup->xu_len, struct xunpcb)) in gather_unix()
866 if ((xup->unp_conn == 0 && !opt_l) || in gather_unix()
867 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
875 sock->socket = xup->xu_socket.xso_so; in gather_unix()
876 sock->pcb = xup->xu_unpp; in gather_unix()
880 if (xup->xu_addr.sun_family == AF_UNIX) in gather_unix()
882 *(struct sockaddr_storage *)(void *)&xup->xu_addr; in gather_unix()
883 faddr->conn = xup->unp_conn; in gather_unix()
884 faddr->firstref = xup->xu_firstref; in gather_unix()
885 faddr->nextref = xup->xu_nextref; in gather_unix()