Searched refs:SCTP_BASE_PLPMTU (Results 1 – 3 of 3) sorted by relevance
272 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()279 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()282 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()292 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()294 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()369 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()374 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()376 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()380 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()390 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_toobig()[all …]
638 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()639 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()657 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()658 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
212 #define SCTP_BASE_PLPMTU 1200 macro
Completed in 7 milliseconds