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()
656 bool resend = false; in rxrpc_input_check_for_lost_ack() local
673 resend = true; in rxrpc_input_check_for_lost_ack()
679 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_input_check_for_lost_ack()
/net/ipv4/
Dinet_connection_sock.c623 int *expire, int *resend) in syn_ack_recalc() argument
627 *resend = 1; in syn_ack_recalc()
637 *resend = !inet_rsk(req)->acked || in syn_ack_recalc()
692 int qlen, expire = 0, resend = 0; in reqsk_timer_handler() local
733 &expire, &resend); in reqsk_timer_handler()
736 (!resend || in reqsk_timer_handler()