Home
last modified time | relevance | path

Searched refs:unp_drop (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c173 static void unp_drop(struct unpcb *, int);
223 unp_drop(unp, ECONNABORTED); in uipc_abort()
1029 unp_drop(unp2, ECONNRESET); in unp_detach()
1996 unp_drop(struct unpcb *unp, int errno) in unp_drop() function