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()
985 if (test_bit(RXRPC_CALL_ACK_FINAL, &call->events)) { in rxrpc_process_call()986 genbit = RXRPC_CALL_ACK_FINAL; in rxrpc_process_call()1286 case RXRPC_CALL_ACK_FINAL: in rxrpc_process_call()1311 if (test_and_clear_bit(RXRPC_CALL_ACK_FINAL, &call->events)) in rxrpc_process_call()
334 #define RXRPC_CALL_ACK_FINAL 4 /* need to generate final ACK (and release call) */ macro
549 set_bit(RXRPC_CALL_ACK_FINAL, &call->events); in rxrpc_post_packet_to_call()