HomeSort by: relevance | last modified time | path
    Searched defs:unp_drop (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
uipc_usrreq.c 188 static bool unp_drop(struct unpcb *, int);
792 if (unp_drop(unp->unp_refs, SET_ERROR(ECONNRESET))) {
1090 (void)unp_drop(sotounpcb(so), SET_ERROR(ECONNABORTED));
1382 unp_drop(struct unpcb *unp, int errno) function in typeref:typename:bool

Completed in 15 milliseconds