Lines Matching refs:pathmtu
233 asoc->pathmtu = sp->pathmtu;
665 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ?
666 min_t(int, peer->pathmtu, asoc->pathmtu) :
667 peer->pathmtu);
687 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));
1391 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu,
1405 if (asoc->pathmtu != pmtu) {
1406 asoc->pathmtu = pmtu;
1411 asoc->pathmtu, asoc->frag_point);
1432 if (!pmtu || (t->pathmtu < pmtu))
1433 pmtu = t->pathmtu;
1452 asoc->pathmtu)))
1484 int change = min(asoc->pathmtu, asoc->rwnd_press);