Lines Matching refs:pathmtu
237 asoc->pathmtu = sp->pathmtu; in sctp_association_init()
672 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ? in sctp_assoc_add_peer()
673 min_t(int, peer->pathmtu, asoc->pathmtu) : in sctp_assoc_add_peer()
674 peer->pathmtu); in sctp_assoc_add_peer()
694 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer()
1403 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
1417 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu()
1418 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu()
1423 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
1444 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1445 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1464 asoc->pathmtu))) in sctp_peer_needs_update()
1496 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()