Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dcall_event.c388 set_bit(RXRPC_CALL_EV_RESEND, &call->events); in rxrpc_process_call()
425 if (test_and_clear_bit(RXRPC_CALL_EV_RESEND, &call->events)) { in rxrpc_process_call()
Dinput.c176 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_congestion_management()
691 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_input_check_for_lost_ack()
Dcall_object.c354 if (!test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_retry_client_call()
Dsendmsg.c136 if (!test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_instant_resend()
Dar-internal.h494 RXRPC_CALL_EV_RESEND, /* Tx resend required */ enumerator