Lines Matching refs:pathmtu

247 		if (!transport->pathmtu && asoc && asoc->pathmtu)  in sctp_transport_pmtu()
248 transport->pathmtu = asoc->pathmtu; in sctp_transport_pmtu()
249 if (transport->pathmtu) in sctp_transport_pmtu()
254 transport->pathmtu = sctp_dst_mtu(transport->dst); in sctp_transport_pmtu()
256 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; in sctp_transport_pmtu()
273 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send()
283 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send()
295 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send()
329 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_recv()
345 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_recv()
370 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_toobig()
381 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_toobig()
395 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_toobig()
441 change = t->pathmtu != pmtu; in sctp_transport_update_pmtu()
443 t->pathmtu = pmtu; in sctp_transport_update_pmtu()
574 pmtu = transport->asoc->pathmtu; in sctp_transport_raise_cwnd()
671 4*asoc->pathmtu); in sctp_transport_lower_cwnd()
672 transport->cwnd = asoc->pathmtu; in sctp_transport_lower_cwnd()
699 4*asoc->pathmtu); in sctp_transport_lower_cwnd()
719 4*asoc->pathmtu); in sctp_transport_lower_cwnd()
735 4*asoc->pathmtu); in sctp_transport_lower_cwnd()
767 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); in sctp_transport_burst_limited()
808 t->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_transport_reset()