Searched refs:unp_drop (Results 1 – 1 of 1) sorted by relevance
188 static bool unp_drop(struct unpcb *, int);792 if (unp_drop(unp->unp_refs, SET_ERROR(ECONNRESET))) { in unp_detach()1090 (void)unp_drop(sotounpcb(so), SET_ERROR(ECONNABORTED)); in unp_abort()1382 unp_drop(struct unpcb *unp, int errno) in unp_drop() function