Lines Matching refs:pathmtu
234 if (!transport->pathmtu && asoc && asoc->pathmtu)
235 transport->pathmtu = asoc->pathmtu;
236 if (transport->pathmtu)
241 transport->pathmtu = sctp_dst_mtu(transport->dst);
243 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT;
280 change = t->pathmtu != pmtu;
282 t->pathmtu = pmtu;
413 pmtu = transport->asoc->pathmtu;
510 4*asoc->pathmtu);
511 transport->cwnd = asoc->pathmtu;
538 4*asoc->pathmtu);
558 4*asoc->pathmtu);
574 4*asoc->pathmtu);
606 max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);
647 t->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));