Searched refs:unpcb (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/sys/
H A Dunpcb.h1 /* $NetBSD: unpcb.h,v 1.18 2016/04/06 19:45:46 roy Exp $ */
31 * @(#)unpcb.h 8.1 (Berkeley) 6/2/93
71 struct unpcb { struct
75 struct unpcb *unp_conn; /* control block of connected socket */
76 struct unpcb *unp_refs; /* referencing socket linked list */
77 struct unpcb *unp_nextref; /* link in unp_refs list */
107 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))
H A Dun.h85 struct unpcb;
H A DMakefile49 ucontext.h ucred.h uio.h un.h unistd.h unpcb.h utsname.h uuid.h \
/netbsd-current/sys/conf/
H A Ddebugsyms.c24 #include <sys/unpcb.h>
/netbsd-current/sys/compat/common/
H A Duipc_usrreq_70.c43 #include <sys/unpcb.h>
/netbsd-current/sys/kern/
H A Duipc_usrreq.c113 #include <sys/unpcb.h>
184 static void unp_disconnect1(struct unpcb *);
185 static bool unp_drop(struct unpcb *, int);
189 static void unp_shutdown1(struct unpcb *);
236 unp_connid(struct lwp *l, struct unpcb *unp, int flags)
255 struct unpcb *unp;
316 struct unpcb *unp;
334 unp_free(struct unpcb *unp)
344 unp_output(struct mbuf *m, struct mbuf *control, struct unpcb *unp)
384 struct unpcb *un
[all...]
H A Duipc_domain.c51 #include <sys/unpcb.h>
492 struct unpcb *unp = sotounpcb(so);
/netbsd-current/usr.bin/fstat/
H A Dfstat.c56 #include <sys/unpcb.h>
1067 struct unpcb unpcb; local
1186 if (kvm_read(kd, (u_long)pcb[p], (char *)&unpcb,
1187 sizeof(struct unpcb)) != sizeof(struct unpcb)){
1188 dprintf("can't read unpcb at %p", so.so_pcb);
1195 if (unpcb.unp_vnode == NULL)
1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,
1202 if (unpcb
[all...]
/netbsd-current/usr.bin/netstat/
H A Dunix.c54 #include <sys/unpcb.h>
107 struct unpcb unp, runp;

Completed in 319 milliseconds