Lines Matching refs:pathmtu
122 asoc->pathmtu = sp->pathmtu; in sctp_association_init()
678 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ? in sctp_assoc_add_peer()
679 min_t(int, peer->pathmtu, asoc->pathmtu) : in sctp_assoc_add_peer()
680 peer->pathmtu); in sctp_assoc_add_peer()
700 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer()
826 transport->cwnd = asoc->pathmtu; in sctp_assoc_control_transport()
1416 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
1430 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu()
1431 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu()
1436 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
1457 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1458 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1476 asoc->pathmtu))) in sctp_peer_needs_update()
1508 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()