Lines Matching refs:pathmtu
235 asoc->pathmtu = sp->pathmtu;
669 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ?
670 min_t(int, peer->pathmtu, asoc->pathmtu) :
671 peer->pathmtu);
691 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));
1399 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu,
1413 if (asoc->pathmtu != pmtu) {
1414 asoc->pathmtu = pmtu;
1419 asoc->pathmtu, asoc->frag_point);
1440 if (!pmtu || (t->pathmtu < pmtu))
1441 pmtu = t->pathmtu;
1460 asoc->pathmtu)))
1492 int change = min(asoc->pathmtu, asoc->rwnd_press);