Searched refs:cl_next (Results 1 – 2 of 2) sorted by relevance
559 for (clp = clients; clp; clp = clp->cl_next) { in exp_getclientbyname()581 for (clp = clients; client && clp; clp = clp->cl_next, client--) in e_start()590 clp = clp->cl_next; in e_start()607 clp = exp->ex_client->cl_next; in e_next()615 clp = clp->cl_next; in e_next()749 for (clp = clients; clp; clp = clp->cl_next) in exp_addclient()807 clp->cl_next = clients; in exp_addclient()836 for (clpp = &clients; (clp = *clpp); clpp = &(clp->cl_next)) in exp_delclient()841 *clpp = clp->cl_next; in exp_delclient()907 for (clp = clients; clp; clp = clp->cl_next) in exp_nlmdetach()
52 struct svc_client * cl_next; member