Searched refs:newxpt (Results 1 – 1 of 1) sorted by relevance
717 struct svc_xprt *newxpt; in svc_recv() local718 newxpt = xprt->xpt_ops->xpo_accept(xprt); in svc_recv()719 if (newxpt) { in svc_recv()724 __module_get(newxpt->xpt_class->xcl_owner); in svc_recv()727 set_bit(XPT_TEMP, &newxpt->xpt_flags); in svc_recv()728 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_recv()739 svc_xprt_received(newxpt); in svc_recv()