Searched refs:probe_size (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/net/sctp/ |
D | transport.c | 273 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send() 281 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send() 283 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 290 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send() 291 t->pl.probe_size = t->pl.pmtu; in sctp_transport_pl_send() 294 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send() 296 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 306 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send() 313 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv() 315 t->pl.pmtu = t->pl.probe_size; in sctp_transport_pl_recv() [all …]
|
D | sm_make_chunk.c | 1164 __u32 probe_size) in sctp_make_heartbeat() argument 1180 hbinfo.probe_size = probe_size; in sctp_make_heartbeat() 1188 retval->pmtu_probe = !!probe_size; in sctp_make_heartbeat()
|
D | output.c | 229 pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead); in sctp_packet_bundle_pad()
|
D | sm_statefuns.c | 1130 reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size); in sctp_sf_send_probe() 1288 if (hbinfo->probe_size) { in sctp_sf_backbeat_8_3() 1289 if (hbinfo->probe_size != link->pl.probe_size || in sctp_sf_backbeat_8_3()
|
D | input.c | 392 t->pl.probe_size + sctp_transport_pl_hlen(t) <= pmtu)) in sctp_icmp_frag_needed()
|
/linux-6.1.9/drivers/iommu/ |
D | virtio-iommu.c | 53 u32 probe_size; member 143 return len - viommu->probe_size - tail_size; in viommu_get_write_desc_offset() 528 probe_len = sizeof(*probe) + viommu->probe_size + in viommu_probe_endpoint() 549 cur < viommu->probe_size) { in viommu_probe_endpoint() 564 if (cur >= viommu->probe_size) in viommu_probe_endpoint() 965 if (viommu->probe_size) { in viommu_probe_device() 1133 struct virtio_iommu_config, probe_size, in viommu_probe() 1134 &viommu->probe_size); in viommu_probe()
|
/linux-6.1.9/include/uapi/linux/ |
D | virtio_iommu.h | 39 __le32 probe_size; member
|
/linux-6.1.9/net/ipv4/ |
D | tcp_output.c | 1767 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_init() 2294 icsk->icsk_mtup.probe_size = 0; in tcp_mtu_check_reprobe() 2340 int probe_size; in tcp_mtu_probe() local 2352 icsk->icsk_mtup.probe_size || in tcp_mtu_probe() 2363 probe_size = tcp_mtu_to_mss(sk, (icsk->icsk_mtup.search_high + in tcp_mtu_probe() 2365 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe() 2371 if (probe_size > tcp_mtu_to_mss(sk, icsk->icsk_mtup.search_high) || in tcp_mtu_probe() 2397 if (!tcp_can_coalesce_send_queue_head(sk, probe_size)) in tcp_mtu_probe() 2401 nskb = tcp_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false); in tcp_mtu_probe() 2412 TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size; in tcp_mtu_probe() [all …]
|
D | tcp_input.c | 2180 !inet_csk(sk)->icsk_mtup.probe_size; in tcp_enter_loss() 2716 icsk->icsk_mtup.search_high = icsk->icsk_mtup.probe_size - 1; in tcp_mtup_probe_failed() 2717 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_failed() 2730 do_div(val, icsk->icsk_mtup.probe_size); in tcp_mtup_probe_success() 2738 icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size; in tcp_mtup_probe_success() 2739 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_success() 3052 icsk->icsk_mtup.probe_size && in tcp_fastretrans_alert() 3373 if (unlikely(icsk->icsk_mtup.probe_size && in tcp_clean_rtx_queue()
|
/linux-6.1.9/include/net/sctp/ |
D | sctp.h | 639 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 658 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
|
D | sm.h | 230 __u32 probe_size);
|
D | structs.h | 389 __u32 probe_size; member 988 __u16 probe_size; member
|
/linux-6.1.9/include/net/ |
D | inet_connection_sock.h | 129 u32 probe_size:31, member
|