Searched refs:xprtlist (Results 1 – 1 of 1) sorted by relevance
88 static struct xlist *xprtlist; /* A link list of all the handles */ in svc_create() local102 for (l = xprtlist; l; l = l->next) { in svc_create()129 l->next = xprtlist; in svc_create()130 xprtlist = l; in svc_create()