Lines Matching refs:pathmtu
120 asoc->pathmtu = sp->pathmtu; in sctp_association_init()
641 if (asoc->pathmtu) in sctp_assoc_add_peer()
642 peer->pathmtu = asoc->pathmtu; in sctp_assoc_add_peer()
644 peer->pathmtu = SCTP_DEFAULT_MAXSEGMENT; in sctp_assoc_add_peer()
652 if (asoc->pathmtu) in sctp_assoc_add_peer()
653 asoc->pathmtu = min_t(int, peer->pathmtu, asoc->pathmtu); in sctp_assoc_add_peer()
655 asoc->pathmtu = peer->pathmtu; in sctp_assoc_add_peer()
658 asoc->pathmtu); in sctp_assoc_add_peer()
662 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu); in sctp_assoc_add_peer()
680 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer()
800 transport->cwnd = asoc->pathmtu; in sctp_assoc_control_transport()
1407 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1408 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1412 asoc->pathmtu = pmtu; in sctp_assoc_sync_pmtu()
1417 asoc->pathmtu, asoc->frag_point); in sctp_assoc_sync_pmtu()
1432 asoc->pathmtu))) in sctp_peer_needs_update()
1464 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()