Searched refs:SCTP_MAX_PLPMTU (Results 1 – 2 of 2) sorted by relevance
320 if (t->pl.probe_size < SCTP_MAX_PLPMTU) { in sctp_transport_pl_recv()322 SCTP_MAX_PLPMTU); in sctp_transport_pl_recv()325 t->pl.probe_high = SCTP_MAX_PLPMTU; in sctp_transport_pl_recv()340 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