unp_disconnect
static void unp_disconnect(struct unpcb *, int);
unp_disconnect(unp, error);
unp_disconnect(unp2, ECONNRESET);
unp_disconnect(unp, 0);