Lines Matching refs:SCTP_BASE_PLPMTU
271 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */
274 t->pl.pmtu = SCTP_BASE_PLPMTU;
281 t->pl.probe_size = SCTP_BASE_PLPMTU;
284 t->pl.pmtu = SCTP_BASE_PLPMTU;
294 t->pl.probe_size = SCTP_BASE_PLPMTU;
296 t->pl.pmtu = SCTP_BASE_PLPMTU;
362 if (pmtu >= SCTP_MIN_PLPMTU && pmtu < SCTP_BASE_PLPMTU) {
365 t->pl.pmtu = SCTP_BASE_PLPMTU;
370 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) {
372 t->pl.probe_size = SCTP_BASE_PLPMTU;
376 t->pl.pmtu = SCTP_BASE_PLPMTU;
384 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) {
386 t->pl.probe_size = SCTP_BASE_PLPMTU;
390 t->pl.pmtu = SCTP_BASE_PLPMTU;