Lines Matching defs:unp
107 #define UNP_ISATTACHED(unp) \ argument
111 #define UNP_ASSERT_TOKEN_HELD(unp) \ argument
114 #define UNP_ASSERT_TOKEN_HELD(unp) argument
200 unp_reference(struct unpcb *unp) in unp_reference()
208 unp_free(struct unpcb *unp) in unp_free()
218 struct unpcb *unp; in unp_getsocktoken() local
234 unp_reltoken(struct unpcb *unp) in unp_reltoken()
241 unp_setflags(struct unpcb *unp, int flags) in unp_setflags()
247 unp_clrflags(struct unpcb *unp, int flags) in unp_clrflags()
288 struct unpcb *unp; in unp_add_right() local
305 struct unpcb *unp; in unp_del_right() local
329 struct unpcb *unp; in uipc_abort() local
351 struct unpcb *unp; in uipc_accept() local
401 struct unpcb *unp; in uipc_bind() local
443 struct unpcb *unp; in uipc_detach() local
465 struct unpcb *unp; in uipc_disconnect() local
487 struct unpcb *unp; in uipc_listen() local
507 struct unpcb *unp; in uipc_peeraddr() local
542 struct unpcb *unp, *unp2; in uipc_rcvd() local
606 struct unpcb *unp, *unp2; in uipc_send() local
826 struct unpcb *unp; in uipc_sense() local
857 struct unpcb *unp; in uipc_shutdown() local
882 struct unpcb *unp; in uipc_sockaddr() local
932 struct unpcb *unp; in uipc_ctloutput() local
1029 struct unpcb *unp; in unp_attach() local
1088 unp_detach(struct unpcb *unp) in unp_detach()
1125 unp_bind(struct unpcb *unp, struct sockaddr *nam, struct thread *td) in unp_bind()
1180 struct unpcb *unp, *unp2; in unp_connect() local
1304 struct unpcb *unp, *unp2; in unp_connect2() local
1354 unp_disconnect(struct unpcb *unp, int error) in unp_disconnect()
1408 unp_abort(struct unpcb *unp) in unp_abort()
1417 prison_unpcb(struct thread *td, struct unpcb *unp) in prison_unpcb()
1437 struct unpcb *unp, *marker; in unp_pcblist() local
1522 unp_shutdown(struct unpcb *unp) in unp_shutdown()
2084 struct unpcb *unp; in unp_accessable() local
2096 unp_gc_process(struct unpcb *unp) in unp_gc_process()
2146 struct unpcb *unp; in unp_gc() local
2318 unp_listen(struct unpcb *unp, struct thread *td) in unp_listen()
2412 struct unpcb *unp; in unp_find_lockref() local
2477 unp_connect_pair(struct unpcb *unp, struct unpcb *unp2) in unp_connect_pair()
2518 unp_drop(struct unpcb *unp, int error) in unp_drop()