Lines Matching refs:pathmtu
233 asoc->pathmtu = sp->pathmtu; in sctp_association_init()
665 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ? in sctp_assoc_add_peer()
666 min_t(int, peer->pathmtu, asoc->pathmtu) : in sctp_assoc_add_peer()
667 peer->pathmtu); in sctp_assoc_add_peer()
687 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer()
1392 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
1406 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu()
1407 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu()
1412 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
1433 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1434 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1453 asoc->pathmtu))) in sctp_peer_needs_update()
1485 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()