Searched refs:SCTP_MAX_PLPMTU (Results 1 – 2 of 2) sorted by relevance
327 if (t->pl.probe_size < SCTP_MAX_PLPMTU) { in sctp_transport_pl_recv()329 SCTP_MAX_PLPMTU); in sctp_transport_pl_recv()332 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv()347 t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_MIN_STEP, SCTP_MAX_PLPMTU); in sctp_transport_pl_recv()
213 #define SCTP_MAX_PLPMTU 9000 macro