Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c210 static void unp_drop(struct unpcb *, int);
262 unp_drop(unp, ECONNABORTED); in uipc_abort()
1115 unp_drop(unp2, ECONNRESET); in unp_detach()
2239 unp_drop(struct unpcb *unp, int errno) in unp_drop() function