Home
last modified time | relevance | path

Searched refs:local_endpoints (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dlocal_object.c264 hlist_for_each(cursor, &rxnet->local_endpoints) { in rxrpc_lookup_local()
304 hlist_add_head_rcu(&local->link, &rxnet->local_endpoints); in rxrpc_lookup_local()
479 if (!hlist_empty(&rxnet->local_endpoints)) { in rxrpc_destroy_all_locals()
481 hlist_for_each_entry(local, &rxnet->local_endpoints, link) { in rxrpc_destroy_all_locals()
H A Dnet_ns.c58 INIT_HLIST_HEAD(&rxnet->local_endpoints); in rxrpc_init_net()
H A Dproc.c371 return seq_hlist_start_rcu(&rxnet->local_endpoints, n - 1); in rxrpc_local_seq_start()
381 return seq_hlist_next_rcu(v, &rxnet->local_endpoints, _pos); in rxrpc_local_seq_next()
H A Dar-internal.h81 struct hlist_head local_endpoints; member