Searched refs:pathmtu (Results 1 – 9 of 9) sorted by relevance
/linux/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/net/sctp/ |
A 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() 441 change = t->pathmtu != pmtu; in sctp_transport_update_pmtu() 443 t->pathmtu = pmtu; in sctp_transport_update_pmtu() 574 pmtu = transport->asoc->pathmtu; in sctp_transport_raise_cwnd() 671 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 699 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 719 4*asoc->pathmtu); in sctp_transport_lower_cwnd() 735 4*asoc->pathmtu); in sctp_transport_lower_cwnd() [all …]
|
A 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() 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() 1445 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu() [all …]
|
A 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() 584 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) { in sctp_packet_transmit() 741 if (chunk->skb->len + q->out_qlen > transport->pathmtu - in sctp_packet_can_append_data() 799 pmtu = packet->transport->asoc->pathmtu; in sctp_packet_will_fit() 801 pmtu = packet->transport->pathmtu; in sctp_packet_will_fit()
|
A 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() 5446 status.sstat_primary.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_sctp_status() 5514 pinfo.spinfo_mtu = transport->pathmtu; in sctp_getsockopt_peer_addr_info() 5945 params.spp_pathmtu = trans->pathmtu; in sctp_getsockopt_peer_addr_params() 5963 params.spp_pathmtu = asoc->pathmtu; in sctp_getsockopt_peer_addr_params() 5981 params.spp_pathmtu = sp->pathmtu; in sctp_getsockopt_peer_addr_params()
|
A D | input.c | 389 (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/include/net/sctp/ |
A D | sctp.h | 613 if (t->pathmtu == pmtu) in sctp_transport_pmtu_check() 616 t->pathmtu = pmtu; in sctp_transport_pmtu_check()
|
A D | structs.h | 195 __u32 pathmtu; member 906 __u32 pathmtu; member 1827 __u32 pathmtu; member
|
Completed in 66 milliseconds