Searched refs:SCTP_BASE_PLPMTU (Results 1 – 3 of 3) sorted by relevance
274 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()281 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()284 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()294 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()296 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()362 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()367 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()369 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()373 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()383 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()[all …]
635 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()636 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()654 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()655 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
212 #define SCTP_BASE_PLPMTU 1200 macro
Completed in 10 milliseconds