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()
663 bool resend = false; in rxrpc_input_check_for_lost_ack() local
680 resend = true; in rxrpc_input_check_for_lost_ack()
686 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_input_check_for_lost_ack()
/net/ipv4/
Dinet_connection_sock.c671 int *expire, int *resend) in syn_ack_recalc() argument
675 *resend = 1; in syn_ack_recalc()
685 *resend = !inet_rsk(req)->acked || in syn_ack_recalc()
743 int qlen, expire = 0, resend = 0; in reqsk_timer_handler() local
784 &expire, &resend); in reqsk_timer_handler()
787 (!resend || in reqsk_timer_handler()