Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dunix.c61 static void unixdomainpr(struct xunpcb *, struct xsocket *);
102 struct xunpcb xu; in pcblist_kvm()
196 struct xunpcb *xunp; in unixpr()
230 xunp = (struct xunpcb *)xug; in unixpr()
264 unixdomainpr(struct xunpcb *xunp, struct xsocket *so) in unixdomainpr()
/freebsd/sys/sys/
H A Dunpcb.h147 struct xunpcb { struct
/freebsd/usr.bin/sockstat/
H A Dsockstat.c820 struct xunpcb *xup; in gather_unix()
874 xup = (struct xunpcb *)xug; in gather_unix()
875 if (!check_ksize(xup->xu_len, struct xunpcb)) in gather_unix()
/freebsd/sys/kern/
H A Duipc_usrreq.c2234 struct xunpcb *xu; in unp_pcblist()
2262 + (n + n/8) * sizeof(struct xunpcb); in unp_pcblist()