Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dpeer_event.c219 HLIST_HEAD(error_targets); in rxrpc_distribute_error()
222 hlist_move_list(&peer->error_targets, &error_targets); in rxrpc_distribute_error()
224 while (!hlist_empty(&error_targets)) { in rxrpc_distribute_error()
225 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
H A Dpeer_object.c234 INIT_HLIST_HEAD(&peer->error_targets); in rxrpc_alloc_peer()
423 ASSERT(hlist_empty(&peer->error_targets)); in __rxrpc_put_peer()
H A Dcall_object.c490 hlist_add_head(&call->error_link, &conn->peer->error_targets); in rxrpc_incoming_call()
H A Dar-internal.h344 struct hlist_head error_targets; /* targets for net error distribution */ member