Searched refs:local_endpoints (Results 1 – 3 of 3) sorted by relevance
248 for (cursor = rxnet->local_endpoints.next; in rxrpc_lookup_local()249 cursor != &rxnet->local_endpoints; in rxrpc_lookup_local()489 if (!list_empty(&rxnet->local_endpoints)) { in rxrpc_destroy_all_locals()491 list_for_each_entry(local, &rxnet->local_endpoints, link) { in rxrpc_destroy_all_locals()
82 INIT_LIST_HEAD(&rxnet->local_endpoints); in rxrpc_init_net()
94 struct list_head local_endpoints; member