Lines Matching refs:unpcb
67 struct unpcb *unp = sotounpcb(so); in uipc_usrreq()
331 struct unpcb *unp; in unp_attach()
364 unp_detach(struct unpcb *unp) in unp_detach()
395 unp_bind(struct unpcb *unp, struct mbuf *nam, struct proc *p) in unp_bind()
446 struct unpcb *unp2, *unp3; in unp_connect()
499 struct unpcb *unp = sotounpcb(so); in unp_connect2()
500 struct unpcb *unp2; in unp_connect2()
527 unp_disconnect(struct unpcb *unp) in unp_disconnect()
529 struct unpcb *unp2 = unp->unp_conn; in unp_disconnect()
563 unp_abort(struct unpcb *unp) in unp_abort()
570 unp_shutdown(struct unpcb *unp) in unp_shutdown()
580 unp_drop(struct unpcb *unp, int errno) in unp_drop()