Searched refs:server_interfaces (Results 1 – 1 of 1) sorted by relevance
69 static struct list server_interfaces = LIST_INIT(server_interfaces); variable142 LIST_FOR_EACH_ENTRY(cif, &server_interfaces, RpcServerInterface, entry) { in RPCRT4_find_interface()152 if (&cif->entry == &server_interfaces) cif = NULL; in RPCRT4_find_interface()1190 list_add_head(&server_interfaces, &sif->entry); in RpcServerRegisterIf3()1215 LIST_FOR_EACH_ENTRY(cif, &server_interfaces, RpcServerInterface, entry) { in RpcServerUnregisterIf()