pathmtu           600 include/net/sctp/sctp.h 	if (t->pathmtu == pmtu)
pathmtu           603 include/net/sctp/sctp.h 	t->pathmtu = pmtu;
pathmtu           190 include/net/sctp/structs.h 	__u32 pathmtu;
pathmtu           901 include/net/sctp/structs.h 	__u32 pathmtu;
pathmtu          1809 include/net/sctp/structs.h 	__u32 pathmtu;
pathmtu            27 include/trace/events/sctp.h 		__field(__u32, pathmtu)
pathmtu            39 include/trace/events/sctp.h 		__entry->pathmtu = sp->pathmtu;
pathmtu            47 include/trace/events/sctp.h 		  __entry->partial_bytes_acked, __entry->pathmtu)
pathmtu            63 include/trace/events/sctp.h 		__field(__u32, pathmtu)
pathmtu            75 include/trace/events/sctp.h 		__entry->pathmtu = asoc->pathmtu;
pathmtu            92 include/trace/events/sctp.h 		  __entry->peer_port, __entry->pathmtu, __entry->rwnd,
pathmtu           232 net/sctp/associola.c 	asoc->pathmtu = sp->pathmtu;
pathmtu           660 net/sctp/associola.c 	sctp_assoc_set_pmtu(asoc, asoc->pathmtu ?
pathmtu           661 net/sctp/associola.c 				  min_t(int, peer->pathmtu, asoc->pathmtu) :
pathmtu           662 net/sctp/associola.c 				  peer->pathmtu);
pathmtu           682 net/sctp/associola.c 	peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));
pathmtu           808 net/sctp/associola.c 			transport->cwnd = asoc->pathmtu;
pathmtu          1398 net/sctp/associola.c 	int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu,
pathmtu          1412 net/sctp/associola.c 	if (asoc->pathmtu != pmtu) {
pathmtu          1413 net/sctp/associola.c 		asoc->pathmtu = pmtu;
pathmtu          1418 net/sctp/associola.c 		 asoc->pathmtu, asoc->frag_point);
pathmtu          1439 net/sctp/associola.c 		if (!pmtu || (t->pathmtu < pmtu))
pathmtu          1440 net/sctp/associola.c 			pmtu = t->pathmtu;
pathmtu          1458 net/sctp/associola.c 			   asoc->pathmtu)))
pathmtu          1490 net/sctp/associola.c 		int change = min(asoc->pathmtu, asoc->rwnd_press);
pathmtu           388 net/sctp/input.c 	if (!t || (t->pathmtu <= pmtu))
pathmtu            89 net/sctp/output.c 	packet->max_size = tp->pathmtu;
pathmtu           137 net/sctp/output.c 					  : asoc->pathmtu;
pathmtu           436 net/sctp/output.c 				 tp->pathmtu)
pathmtu           438 net/sctp/output.c 			else if (pkt_size + padded > tp->pathmtu)
pathmtu           563 net/sctp/output.c 	if (packet->size > tp->pathmtu && !packet->ipfragok) {
pathmtu           718 net/sctp/output.c 	if (chunk->skb->len + q->out_qlen > transport->pathmtu -
pathmtu           776 net/sctp/output.c 		pmtu = packet->transport->asoc->pathmtu;
pathmtu           778 net/sctp/output.c 		pmtu = packet->transport->pathmtu;
pathmtu          1251 net/sctp/sm_make_chunk.c 		size = min_t(size_t, size, asoc->pathmtu);
pathmtu           629 net/sctp/socket.c 				trans->cwnd = min(4*asoc->pathmtu, max_t(__u32,
pathmtu           630 net/sctp/socket.c 				    2*asoc->pathmtu, 4380));
pathmtu          2500 net/sctp/socket.c 			trans->pathmtu = params->spp_pathmtu;
pathmtu          2505 net/sctp/socket.c 			sp->pathmtu = params->spp_pathmtu;
pathmtu          5059 net/sctp/socket.c 	sp->pathmtu     = 0; /* allow default discovery */
pathmtu          5487 net/sctp/socket.c 	status.sstat_primary.spinfo_mtu = transport->pathmtu;
pathmtu          5547 net/sctp/socket.c 	pinfo.spinfo_mtu = transport->pathmtu;
pathmtu          5978 net/sctp/socket.c 		params.spp_pathmtu    = trans->pathmtu;
pathmtu          5996 net/sctp/socket.c 		params.spp_pathmtu    = asoc->pathmtu;
pathmtu          6014 net/sctp/socket.c 		params.spp_pathmtu    = sp->pathmtu;
pathmtu           234 net/sctp/transport.c 		if (!transport->pathmtu && asoc && asoc->pathmtu)
pathmtu           235 net/sctp/transport.c 			transport->pathmtu = asoc->pathmtu;
pathmtu           236 net/sctp/transport.c 		if (transport->pathmtu)
pathmtu           241 net/sctp/transport.c 		transport->pathmtu = sctp_dst_mtu(transport->dst);
pathmtu           243 net/sctp/transport.c 		transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT;
pathmtu           280 net/sctp/transport.c 		change = t->pathmtu != pmtu;
pathmtu           282 net/sctp/transport.c 	t->pathmtu = pmtu;
pathmtu           413 net/sctp/transport.c 	pmtu = transport->asoc->pathmtu;
pathmtu           510 net/sctp/transport.c 					  4*asoc->pathmtu);
pathmtu           511 net/sctp/transport.c 		transport->cwnd = asoc->pathmtu;
pathmtu           538 net/sctp/transport.c 					  4*asoc->pathmtu);
pathmtu           558 net/sctp/transport.c 						  4*asoc->pathmtu);
pathmtu           574 net/sctp/transport.c 					 4*asoc->pathmtu);
pathmtu           606 net/sctp/transport.c 	max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);
pathmtu           647 net/sctp/transport.c 	t->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380));