Searched refs:good (Results 1 – 3 of 3) sorted by relevance
372 int good, trial, bad, jumbo; in rxrpc_input_probe_for_pmtud() local374 good = peer->pmtud_good; in rxrpc_input_probe_for_pmtud()377 if (good >= bad - 1) { in rxrpc_input_probe_for_pmtud()402 good = trial; in rxrpc_input_probe_for_pmtud()403 peer->pmtud_good = good; in rxrpc_input_probe_for_pmtud()404 if (good > max_data) in rxrpc_input_probe_for_pmtud()405 max_data = good; in rxrpc_input_probe_for_pmtud()420 if (good < RXRPC_JUMBO(2) && bad > RXRPC_JUMBO(2)) in rxrpc_input_probe_for_pmtud()422 else if (good < RXRPC_JUMBO(4) && bad > RXRPC_JUMBO(4)) in rxrpc_input_probe_for_pmtud()435 trial = (good + bad) / 2; in rxrpc_input_probe_for_pmtud()[all …]
62 It is good to set the table size not far less than the number of67 less than 200x200, it is good to set the table size 32768 (2**15).
491 increment ensures linear RTT fairness as well as good
Completed in 8 milliseconds