Searched refs:RXRPC_CALL_ACK_FINAL (Results 1 – 4 of 4) sorted by relevance
37 set_bit(RXRPC_CALL_ACK_FINAL, &call->events); in rxrpc_request_final_ACK()
936 if (test_bit(RXRPC_CALL_ACK_FINAL, &call->events)) { in rxrpc_process_call()937 genbit = RXRPC_CALL_ACK_FINAL; in rxrpc_process_call()1237 case RXRPC_CALL_ACK_FINAL: in rxrpc_process_call()1262 if (test_and_clear_bit(RXRPC_CALL_ACK_FINAL, &call->events)) in rxrpc_process_call()
332 #define RXRPC_CALL_ACK_FINAL 4 /* need to generate final ACK (and release call) */ macro
642 set_bit(RXRPC_CALL_ACK_FINAL, &call->events); in rxrpc_post_packet_to_call()