Home
last modified time | relevance | path

Searched refs:error_targets (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
H A Dpeer_event.c206 HLIST_HEAD(error_targets); in rxrpc_distribute_error()
209 hlist_move_list(&peer->error_targets, &error_targets); in rxrpc_distribute_error()
211 while (!hlist_empty(&error_targets)) { in rxrpc_distribute_error()
212 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
H A Dpeer_object.c219 INIT_HLIST_HEAD(&peer->error_targets); in rxrpc_alloc_peer()
410 ASSERT(hlist_empty(&peer->error_targets)); in __rxrpc_put_peer()
H A Dcall_accept.c406 hlist_add_head(&call->error_link, &call->peer->error_targets); in rxrpc_new_incoming_call()
H A Dconn_client.c539 hlist_add_head(&call->error_link, &call->peer->error_targets); in rxrpc_expose_client_call()
H A Dcall_object.c502 hlist_add_head(&call->error_link, &conn->peer->error_targets); in rxrpc_incoming_call()
H A Dar-internal.h331 struct hlist_head error_targets; /* targets for net error distribution */ member
/kernel/linux/linux-5.10/net/rxrpc/
H A Dpeer_object.c221 INIT_HLIST_HEAD(&peer->error_targets); in rxrpc_alloc_peer()
422 ASSERT(hlist_empty(&peer->error_targets)); in __rxrpc_put_peer()
H A Dpeer_event.c293 hlist_for_each_entry_rcu(call, &peer->error_targets, error_link) { in rxrpc_distribute_error()
H A Dcall_object.c432 hlist_add_head_rcu(&call->error_link, &conn->params.peer->error_targets); in rxrpc_incoming_call()
H A Dar-internal.h288 struct hlist_head error_targets; /* targets for net error distribution */ member
H A Doutput.c366 hlist_add_head_rcu(&call->error_link, &call->peer->error_targets); in rxrpc_send_data_packet()

Completed in 13 milliseconds