Lines Matching refs:pathmtu
231 asoc->pathmtu = sp->pathmtu; in sctp_association_init()
659 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ? in sctp_assoc_add_peer()
660 min_t(int, peer->pathmtu, asoc->pathmtu) : in sctp_assoc_add_peer()
661 peer->pathmtu); in sctp_assoc_add_peer()
681 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer()
807 transport->cwnd = asoc->pathmtu; in sctp_assoc_control_transport()
1397 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
1411 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu()
1412 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu()
1417 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
1438 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1439 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1457 asoc->pathmtu))) in sctp_peer_needs_update()
1489 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()