Searched refs:pathmtu (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/include/trace/events/ |
| 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-v5.15/net/sctp/ |
| D | transport.c | 247 if (!transport->pathmtu && asoc && asoc->pathmtu) in sctp_transport_pmtu() 248 transport->pathmtu = asoc->pathmtu; in sctp_transport_pmtu() 249 if (transport->pathmtu) in sctp_transport_pmtu() 254 transport->pathmtu = sctp_dst_mtu(transport->dst); in sctp_transport_pmtu() 256 transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; in sctp_transport_pmtu() 273 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send() 283 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send() 295 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send() 329 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_recv() 345 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_recv() [all …]
|
| D | associola.c | 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() [all …]
|
| D | output.c | 89 packet->max_size = tp->pathmtu; in sctp_packet_config() 138 : asoc->pathmtu; in sctp_packet_config() 465 tp->pathmtu) in sctp_packet_pack() 467 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() 738 if (chunk->skb->len + q->out_qlen > transport->pathmtu - in sctp_packet_can_append_data() 796 pmtu = packet->transport->asoc->pathmtu; in sctp_packet_will_fit() 798 pmtu = packet->transport->pathmtu; in sctp_packet_will_fit()
|
| D | socket.c | 642 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32, in sctp_send_asconf_add_ip() 643 2*asoc->pathmtu, 4380)); in sctp_send_asconf_add_ip() 2480 trans->pathmtu = params->spp_pathmtu; in sctp_apply_peer_addr_params() 2485 sp->pathmtu = params->spp_pathmtu; in sctp_apply_peer_addr_params() 5015 sp->pathmtu = 0; /* allow default discovery */ in sctp_init_sock() 5431 status.sstat_primary.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_sctp_status() 5499 pinfo.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_peer_addr_info() 5930 params.spp_pathmtu = trans->pathmtu; in sctp_getsockopt_peer_addr_params() 5948 params.spp_pathmtu = asoc->pathmtu; in sctp_getsockopt_peer_addr_params() 5966 params.spp_pathmtu = sp->pathmtu; in sctp_getsockopt_peer_addr_params()
|
| D | input.c | 389 (t->pathmtu <= pmtu && in sctp_icmp_frag_needed()
|
| D | sm_make_chunk.c | 1296 size = min_t(size_t, size, asoc->pathmtu); in sctp_make_op_error_limited()
|
| /Linux-v5.15/include/net/sctp/ |
| D | sctp.h | 614 if (t->pathmtu == pmtu) in sctp_transport_pmtu_check() 617 t->pathmtu = pmtu; in sctp_transport_pmtu_check()
|
| D | structs.h | 195 __u32 pathmtu; member 906 __u32 pathmtu; member 1836 __u32 pathmtu; member
|