Home
last modified time | relevance | path

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

/net/rxrpc/
Dar-output.c118 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events); in rxrpc_send_abort()
446 !test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events)) in rxrpc_instant_resend()
Dar-ack.c206 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events); in rxrpc_set_resend()
793 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events); in rxrpc_process_rx_queue()
1071 if (test_and_clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events)) in rxrpc_process_call()
Dar-internal.h337 #define RXRPC_CALL_RESEND_TIMER 9 /* Tx resend timer expired */ macro
Dar-input.c294 clear_bit(RXRPC_CALL_RESEND_TIMER, &call->events); in rxrpc_assume_implicit_ackall()
Dar-call.c998 if (!test_and_set_bit(RXRPC_CALL_RESEND_TIMER, &call->events)) in rxrpc_resend_time_expired()