Searched refs:unp_ctime (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Dunpcb.h65 * The unp_ctime holds the creation time of the socket: it might be part of
83 struct timespec unp_ctime; /* holds creation time */ member in struct:unpcb
/netbsd-current/sys/kern/
H A Duipc_usrreq.c756 nanotime(&unp->unp_ctime);
908 ub->st_atimespec = ub->st_mtimespec = ub->st_ctimespec = unp->unp_ctime;

Completed in 186 milliseconds