SCTP_MIN_PLPMTU
if (pmtu < SCTP_MIN_PLPMTU || pmtu >= t->pl.probe_size)
if (pmtu >= SCTP_MIN_PLPMTU && pmtu < SCTP_BASE_PLPMTU) {