Searched refs:rexmit_percent (Results 1 – 1 of 1) sorted by relevance
5074 uint64_t rexmit_percent; in tcp_account_for_send() local5076 rexmit_percent = (1000ULL * tp->t_snd_rxt_bytes) / in tcp_account_for_send()5078 if (rexmit_percent > ktls_ifnet_max_rexmit_pct) in tcp_account_for_send()