Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dsvc_xprt.c705 struct svc_xprt *newxpt; in svc_recv() local
706 newxpt = xprt->xpt_ops->xpo_accept(xprt); in svc_recv()
707 if (newxpt) { in svc_recv()
712 __module_get(newxpt->xpt_class->xcl_owner); in svc_recv()
715 set_bit(XPT_TEMP, &newxpt->xpt_flags); in svc_recv()
716 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_recv()
727 svc_xprt_received(newxpt); in svc_recv()