Searched refs:SCTP_BASE_PLPMTU (Results 1 – 3 of 3) sorted by relevance
264 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send()267 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()274 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()277 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()287 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()289 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()355 if (pmtu >= SCTP_MIN_PLPMTU && pmtu < SCTP_BASE_PLPMTU) { in sctp_transport_pl_toobig()358 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()363 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()365 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()[all …]
630 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()631 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()649 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()650 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
212 #define SCTP_BASE_PLPMTU 1200 macro