Home
last modified time | relevance | path

Searched refs:RXRPC_JUMBO (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
A Dpeer_event.c420 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 …]
A Dmisc.c49 unsigned int rxrpc_rx_mtu = RXRPC_JUMBO(46);
A Dprotocol.h102 #define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \ macro
A Dpeer_object.c210 peer->max_data = umin(RXRPC_JUMBO(1), peer->if_mtu - peer->hdrsize); in rxrpc_assess_MTU_size()

Completed in 7 milliseconds