Searched refs:error_targets (Results 1 – 4 of 4) sorted by relevance
219 list_for_each_entry_safe(call, _n, &trans->peer->error_targets, in rxrpc_UDP_error_handler()
72 INIT_LIST_HEAD(&peer->error_targets); in rxrpc_alloc_peer()
301 list_add(&call->error_link, &call->conn->trans->peer->error_targets); in rxrpc_alloc_client_call()515 list_add(&call->error_link, &conn->trans->peer->error_targets); in rxrpc_incoming_call()
178 struct list_head error_targets; /* targets for net error distribution */ member