Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_RELEASED (Results 1 – 5 of 5) sorted by relevance

/linux/net/rxrpc/
H A Dcall_state.c68 WARN_ON_ONCE(__test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_prefail_call()
H A Drecvmsg.c32 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_notify_socket()
497 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_recvmsg()
529 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_recvmsg()
H A Dcall_object.c573 if (test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_release_call()
709 ASSERT(test_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_cleanup_call()
H A Daf_rxrpc.c417 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_kernel_shutdown_call()
H A Dar-internal.h618 RXRPC_CALL_RELEASED, /* call has been released - no more message to userspace */ enumerator