Searched refs:xnext (Results 1 – 1 of 1) sorted by relevance
1564 SVCXPRT_LIST *xlist, *xnext = NULL; in svc_xprt_destroy() local1574 for (xlist = SVCEXT(xprt)->my_xlist; xlist != NULL; xlist = xnext) { in svc_xprt_destroy()1575 xnext = xlist->next; in svc_xprt_destroy()