Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-output.c117 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_send_abort()
441 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_instant_resend()
491 if (!test_and_set_bit(RXRPC_CALL_RUN_RTIMER, &call->flags)) { in rxrpc_queue_packet()
Dar-ack.c153 set_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_set_resend()
159 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_set_resend()
744 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_process_rx_queue()
792 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_post_message()
Dar-internal.h321 #define RXRPC_CALL_RUN_RTIMER 3 /* Tx resend timer started */ macro
Dar-input.c305 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_assume_implicit_ackall()
Dar-call.c800 clear_bit(RXRPC_CALL_RUN_RTIMER, &call->flags); in rxrpc_resend_time_expired()