Searched refs:SCTP_MIN_PLPMTU (Results 1 – 2 of 2) sorted by relevance
272 t->pl.pmtu = SCTP_MIN_PLPMTU; in sctp_transport_pl_send()362 if (pmtu < SCTP_MIN_PLPMTU || pmtu >= t->pl.probe_size) in sctp_transport_pl_toobig()366 if (pmtu >= SCTP_MIN_PLPMTU && pmtu < SCTP_BASE_PLPMTU) { in sctp_transport_pl_toobig()369 t->pl.pmtu = SCTP_MIN_PLPMTU; in sctp_transport_pl_toobig()
214 #define SCTP_MIN_PLPMTU 512 macro