Home
last modified time | relevance | path

Searched refs:try_upgrade (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dconn_client.c381 bundle->try_upgrade = true; in rxrpc_bundle_has_space()
387 !bundle->try_upgrade && in rxrpc_bundle_has_space()
469 if (bundle->try_upgrade) in rxrpc_activate_channels()
486 if (bundle->try_upgrade) in rxrpc_activate_channels()
613 bundle->try_upgrade = false; in rxrpc_disconnect_client_call()
H A Dar-internal.h448 bool try_upgrade; /* True if the bundle is attempting upgrade */ member