Lines Matching refs:unpcb

292 static void	unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
295 static void unp_shutdown(struct unpcb *);
296 static void unp_drop(struct unpcb *);
311 unp_pcb_hold(struct unpcb *unp) in unp_pcb_hold()
317 unp_pcb_rele(struct unpcb *unp) in unp_pcb_rele()
332 unp_pcb_rele_notlast(struct unpcb *unp) in unp_pcb_rele_notlast()
341 unp_pcb_lock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_lock_pair()
358 unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_unlock_pair()
371 static struct unpcb *
372 unp_pcb_lock_peer(struct unpcb *unp) in unp_pcb_lock_peer()
374 struct unpcb *unp2; in unp_pcb_lock_peer()
466 struct unpcb *unp, *unp2; in uipc_abort()
485 struct unpcb *unp, *unp2; in uipc_accept()
514 struct unpcb *unp; in uipc_attach()
588 struct unpcb *unp; in uipc_bindat()
724 struct unpcb *unp, *unp2; in uipc_close()
759 struct unpcb *unp, *unp2; in uipc_connect2()
775 struct unpcb *unp, *unp2; in uipc_detach()
828 struct unpcb *ref = LIST_FIRST(&unp->unp_refs); in uipc_detach()
859 struct unpcb *unp, *unp2; in uipc_disconnect()
875 struct unpcb *unp; in uipc_listen()
906 struct unpcb *unp, *unp2; in uipc_peeraddr()
939 struct unpcb *unp, *unp2; in uipc_rcvd()
990 struct unpcb *unp, *unp2; in uipc_send()
1208 struct unpcb *unp, *unp2; in uipc_ready()
1255 struct unpcb *unp; in uipc_sense()
1269 struct unpcb *unp; in uipc_shutdown()
1284 struct unpcb *unp; in uipc_sockaddr()
1371 struct unpcb *unp; in uipc_ctloutput()
1477 struct unpcb *unp, *unp2, *unp3; in unp_connectat()
1638 unp_copy_peercred(struct thread *td, struct unpcb *client_unp, in unp_copy_peercred()
1639 struct unpcb *server_unp, struct unpcb *listen_unp) in unp_copy_peercred()
1654 struct unpcb *unp; in unp_connect2()
1655 struct unpcb *unp2; in unp_connect2()
1700 unp_disconnect(struct unpcb *unp, struct unpcb *unp2) in unp_disconnect()
1704 struct unpcb *unptmp; in unp_disconnect()
1768 struct unpcb *unp, **unp_list; in unp_pcblist()
1915 unp_shutdown(struct unpcb *unp) in unp_shutdown()
1917 struct unpcb *unp2; in unp_shutdown()
1932 unp_drop(struct unpcb *unp) in unp_drop()
1935 struct unpcb *unp2; in unp_drop()
2094 struct unpcb *unp; in unp_zdtor()
2126 unp_zone = uma_zcreate("unpcb", sizeof(struct unpcb), NULL, dtor, in unp_init()
2408 static struct unpcb *
2469 struct unpcb *unp; in unp_internalize_fp()
2483 struct unpcb *unp; in unp_externalize_fp()
2508 struct unpcb *unp; in unp_accessable()
2525 unp_gc_process(struct unpcb *unp) in unp_gc_process()
2589 struct unpcb *unp; in unp_gc()
2682 struct unpcb *unp; in unp_dispose()
2744 struct unpcb *unp; in vfs_unp_reclaim()
2830 struct unpcb *unp; in db_print_unprefs()
2846 DB_SHOW_COMMAND(unpcb, db_show_unpcb) in DB_SHOW_COMMAND() argument
2848 struct unpcb *unp; in DB_SHOW_COMMAND()
2854 unp = (struct unpcb *)addr; in DB_SHOW_COMMAND()