Searched refs:RXRPC_JUMBO (Results 1 – 4 of 4) sorted by relevance
420 if (good < RXRPC_JUMBO(2) && bad > RXRPC_JUMBO(2)) in rxrpc_input_probe_for_pmtud()421 trial = 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()423 trial = RXRPC_JUMBO(4); in rxrpc_input_probe_for_pmtud()424 else if (good < RXRPC_JUMBO(3) && bad > RXRPC_JUMBO(3)) in rxrpc_input_probe_for_pmtud()425 trial = RXRPC_JUMBO(3); in rxrpc_input_probe_for_pmtud()426 else if (good < RXRPC_JUMBO(6) && bad > RXRPC_JUMBO(6)) in rxrpc_input_probe_for_pmtud()427 trial = RXRPC_JUMBO(6); in rxrpc_input_probe_for_pmtud()428 else if (good < RXRPC_JUMBO(5) && bad > RXRPC_JUMBO(5)) in rxrpc_input_probe_for_pmtud()430 else if (good < RXRPC_JUMBO(8) && bad > RXRPC_JUMBO(8)) in rxrpc_input_probe_for_pmtud()[all …]
49 unsigned int rxrpc_rx_mtu = RXRPC_JUMBO(46);
102 #define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \ macro
210 peer->max_data = umin(RXRPC_JUMBO(1), peer->if_mtu - peer->hdrsize); in rxrpc_assess_MTU_size()
Completed in 7 milliseconds