Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_EXCLUSIVE (Results 1 – 3 of 3) sorted by relevance

/linux/net/rxrpc/
H A Dconn_client.c85 bundle->exclusive = test_bit(RXRPC_CALL_EXCLUSIVE, &call->flags); in rxrpc_alloc_bundle()
262 if (test_bit(RXRPC_CALL_EXCLUSIVE, &call->flags)) { in rxrpc_look_up_bundle()
H A Dcall_object.c220 __set_bit(RXRPC_CALL_EXCLUSIVE, &call->flags); in rxrpc_alloc_client_call()
H A Dar-internal.h567 RXRPC_CALL_EXCLUSIVE, /* The call uses a once-only connection */ enumerator