Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c208 static void unp_drop(struct unpcb *, int);
258 unp_drop(unp, ECONNABORTED); in uipc_abort()
1085 unp_drop(unp2, ECONNRESET); in unp_detach()
2196 unp_drop(struct unpcb *unp, int errno) in unp_drop() function