Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-recvmsg.c35 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_remove_user_ID()
122 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) { in rxrpc_recvmsg()
Dar-accept.c397 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_accept_call()
460 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_reject_call()
Dar-ack.c424 if (test_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_drain_rx_oos_queue()
1111 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_process_call()
1282 if (!test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_process_call()
Dar-call.c430 if (test_and_set_bit(RXRPC_CALL_RELEASED, &call->flags)) in rxrpc_release_call()
649 ASSERT(test_bit(RXRPC_CALL_RELEASED, &call->flags)); in rxrpc_cleanup_call()
Dar-internal.h318 #define RXRPC_CALL_RELEASED 0 /* call has been released - no more message to userspace */ macro
Dar-input.c89 !test_bit(RXRPC_CALL_RELEASED, &call->flags) && in rxrpc_queue_rcv_skb()