Searched refs:pathmtu (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | sctp.h | 27 __field(__u32, pathmtu) 39 __entry->pathmtu = sp->pathmtu; 47 __entry->partial_bytes_acked, __entry->pathmtu) 63 __field(__u32, pathmtu) 75 __entry->pathmtu = asoc->pathmtu; 83 __entry->peer_port, __entry->pathmtu, __entry->rwnd,
|
/linux-6.3-rc2/net/sctp/ |
A D | transport.c | 250 if (!transport->pathmtu && asoc && asoc->pathmtu) in sctp_transport_pmtu() 251 transport->pathmtu = asoc->pathmtu; in sctp_transport_pmtu() 252 if (transport->pathmtu) in sctp_transport_pmtu() 435 change = t->pathmtu != pmtu; in sctp_transport_update_pmtu() 437 t->pathmtu = pmtu; in sctp_transport_update_pmtu() 568 pmtu = transport->asoc->pathmtu; in sctp_transport_raise_cwnd() 665 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 693 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 713 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 729 4*asoc->pathmtu); in sctp_transport_lower_cwnd() [all …]
|
A D | associola.c | 235 asoc->pathmtu = sp->pathmtu; in sctp_association_init() 669 sctp_assoc_set_pmtu(asoc, asoc->pathmtu ? in sctp_assoc_add_peer() 670 min_t(int, peer->pathmtu, asoc->pathmtu) : in sctp_assoc_add_peer() 671 peer->pathmtu); in sctp_assoc_add_peer() 691 peer->cwnd = min(4*asoc->pathmtu, max_t(__u32, 2*asoc->pathmtu, 4380)); in sctp_assoc_add_peer() 1414 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu() 1415 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu() 1420 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu() 1441 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu() 1442 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu() [all …]
|
A D | output.c | 89 packet->max_size = tp->pathmtu; in sctp_packet_config() 139 : asoc->pathmtu; in sctp_packet_config() 466 tp->pathmtu) in sctp_packet_pack() 468 else if (pkt_size + padded > tp->pathmtu) in sctp_packet_pack() 585 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) { in sctp_packet_transmit() 742 if (chunk->skb->len + q->out_qlen > transport->pathmtu - in sctp_packet_can_append_data() 800 pmtu = packet->transport->asoc->pathmtu; in sctp_packet_will_fit() 802 pmtu = packet->transport->pathmtu; in sctp_packet_will_fit()
|
A D | socket.c | 644 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32, in sctp_send_asconf_add_ip() 645 2*asoc->pathmtu, 4380)); in sctp_send_asconf_add_ip() 2478 trans->pathmtu = params->spp_pathmtu; in sctp_apply_peer_addr_params() 2483 sp->pathmtu = params->spp_pathmtu; in sctp_apply_peer_addr_params() 5013 sp->pathmtu = 0; /* allow default discovery */ in sctp_init_sock() 5443 status.sstat_primary.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_sctp_status() 5511 pinfo.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_peer_addr_info() 5942 params.spp_pathmtu = trans->pathmtu; in sctp_getsockopt_peer_addr_params() 5960 params.spp_pathmtu = asoc->pathmtu; in sctp_getsockopt_peer_addr_params() 5978 params.spp_pathmtu = sp->pathmtu; in sctp_getsockopt_peer_addr_params()
|
A D | input.c | 376 (t->pathmtu <= pmtu && in sctp_icmp_frag_needed()
|
A D | sm_make_chunk.c | 1296 size = min_t(size_t, size, asoc->pathmtu); in sctp_make_op_error_limited()
|
/linux-6.3-rc2/include/net/sctp/ |
A D | sctp.h | 610 if (t->pathmtu == pmtu) in sctp_transport_pmtu_check() 613 t->pathmtu = pmtu; in sctp_transport_pmtu_check()
|
A D | structs.h | 195 __u32 pathmtu; member 907 __u32 pathmtu; member 1830 __u32 pathmtu; member
|
Completed in 45 milliseconds