Lines Matching refs:pathmtu
250 if (!transport->pathmtu && asoc && asoc->pathmtu)
251 transport->pathmtu = asoc->pathmtu;
252 if (transport->pathmtu)
257 transport->pathmtu = sctp_dst_mtu(transport->dst);
259 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT;
275 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
285 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
297 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
322 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
340 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
366 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
377 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
391 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t);
438 change = t->pathmtu != pmtu;
440 t->pathmtu = pmtu;
571 pmtu = transport->asoc->pathmtu;
668 4*asoc->pathmtu);
669 transport->cwnd = asoc->pathmtu;
696 4*asoc->pathmtu);
716 4*asoc->pathmtu);
732 4*asoc->pathmtu);
764 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);
805 t->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));