Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dlocal_object.c212 hlist_for_each(cursor, &rxnet->local_endpoints) { in rxrpc_lookup_local()
253 hlist_add_head_rcu(&local->link, &rxnet->local_endpoints); in rxrpc_lookup_local()
483 if (!hlist_empty(&rxnet->local_endpoints)) { in rxrpc_destroy_all_locals()
485 hlist_for_each_entry(local, &rxnet->local_endpoints, link) { in rxrpc_destroy_all_locals()
H A Dproc.c381 return seq_hlist_start_rcu(&rxnet->local_endpoints, n - 1); in rxrpc_local_seq_start()
391 return seq_hlist_next_rcu(v, &rxnet->local_endpoints, _pos); in rxrpc_local_seq_next()
H A Dnet_ns.c75 INIT_HLIST_HEAD(&rxnet->local_endpoints); in rxrpc_init_net()
H A Dar-internal.h81 struct hlist_head local_endpoints; member