Home
last modified time | relevance | path

Searched defs:xunpcb (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dunpcb.h147 struct xunpcb { struct
148 ksize_t xu_len; /* length of this structure */
149 kvaddr_t xu_unpp; /* to help netstat, fstat */
150 kvaddr_t unp_vnode; /* (s) */
151 kvaddr_t unp_conn; /* (s) */
152 kvaddr_t xu_firstref; /* (s) */
153 kvaddr_t xu_nextref; /* (s) */
154 unp_gen_t unp_gencnt; /* (s) */
155 int64_t xu_spare64[8];
156 int32_t xu_spare32[8];
[all …]