Home
last modified time | relevance | path

Searched refs:resend (Results 1 – 2 of 2) sorted by relevance

/net/rxrpc/
Dinput.c46 bool resend = false; in rxrpc_congestion_management() local
129 resend = true; in rxrpc_congestion_management()
140 resend = true; in rxrpc_congestion_management()
172 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_congestion_management()
683 bool resend = false; in rxrpc_input_check_for_lost_ack() local
700 resend = true; in rxrpc_input_check_for_lost_ack()
706 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_input_check_for_lost_ack()
/net/ipv4/
Dinet_connection_sock.c680 int *expire, int *resend) in syn_ack_recalc() argument
684 *resend = 1; in syn_ack_recalc()
693 *resend = !inet_rsk(req)->acked || in syn_ack_recalc()
812 int max_syn_ack_retries, qlen, expire = 0, resend = 0; in reqsk_timer_handler() local
872 &expire, &resend); in reqsk_timer_handler()
875 (!resend || in reqsk_timer_handler()