Searched refs:SCTP_BASE_PLPMTU (Results 1 – 3 of 3) sorted by relevance
276 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()283 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()286 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()296 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()298 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()367 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()372 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()374 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()378 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()388 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()[all …]
633 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()634 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()652 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()653 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
212 #define SCTP_BASE_PLPMTU 1200 macro