Lines Matching refs:unpcb
128 #include <sys/unpcb.h>
187 static void unp_disconnect1(struct unpcb *);
188 static bool unp_drop(struct unpcb *, int);
192 static void unp_shutdown1(struct unpcb *);
239 unp_connid(struct lwp *l, struct unpcb *unp, int flags)
258 struct unpcb *unp;
319 struct unpcb *unp;
337 unp_free(struct unpcb *unp)
347 unp_output(struct mbuf *m, struct mbuf *control, struct unpcb *unp)
387 struct unpcb *unp;
408 struct unpcb *unp = sotounpcb(so);
463 struct unpcb *unp = sotounpcb(so);
614 struct unpcb *unp = sotounpcb(so);
719 struct unpcb *unp = sotounpcb(so);
770 struct unpcb *unp;
816 struct unpcb *unp = sotounpcb(so);
885 struct unpcb *unp;
960 struct unpcb *unp;
1046 struct unpcb *unp = sotounpcb(so);
1100 struct unpcb *unp = sotounpcb(so);
1101 struct unpcb *unp2;
1154 struct unpcb *unp, *unp2, *unp3;
1295 struct unpcb *unp = sotounpcb(so);
1296 struct unpcb *unp2;
1326 unp_disconnect1(struct unpcb *unp)
1328 struct unpcb *unp2 = unp->unp_conn;
1366 unp_shutdown1(struct unpcb *unp)
1382 unp_drop(struct unpcb *unp, int errno)