Searched refs:probe_size (Results 1 – 10 of 10) sorted by relevance
| /linux/net/sctp/ |
| H A D | transport.c | 264 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send() 272 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send() 274 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 281 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send() 282 t->pl.probe_size = t->pl.pmtu; in sctp_transport_pl_send() 285 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send() 287 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 297 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send() 304 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv() 306 t->pl.pmtu = t->pl.probe_size; in sctp_transport_pl_recv() [all …]
|
| H A D | output.c | 229 pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead); in sctp_packet_bundle_pad()
|
| H A D | sm_statefuns.c | 1132 reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size); in sctp_sf_send_probe() 1290 if (hbinfo->probe_size) { in sctp_sf_backbeat_8_3() 1291 if (hbinfo->probe_size != link->pl.probe_size || in sctp_sf_backbeat_8_3()
|
| H A D | input.c | 377 t->pl.probe_size + sctp_transport_pl_hlen(t) <= pmtu)) in sctp_icmp_frag_needed()
|
| /linux/drivers/iommu/ |
| H A D | virtio-iommu.c | 54 u32 probe_size; member 144 return len - viommu->probe_size - tail_size; in viommu_get_write_desc_offset() 545 probe_len = sizeof(*probe) + viommu->probe_size + in viommu_probe_endpoint() 566 cur < viommu->probe_size) { in viommu_probe_endpoint() 581 if (cur >= viommu->probe_size) in viommu_probe_endpoint() 1040 if (viommu->probe_size) { in viommu_probe_device() 1207 struct virtio_iommu_config, probe_size, in viommu_probe() 1208 &viommu->probe_size); in viommu_probe()
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1968 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_init() 2496 icsk->icsk_mtup.probe_size = 0; in tcp_mtu_check_reprobe() 2526 int probe_size) in tcp_clone_payload() argument 2532 if (!sk_wmem_schedule(sk, to->truesize + probe_size)) in tcp_clone_payload() 2542 if (len >= probe_size) in tcp_clone_payload() 2545 probe_size - len); in tcp_clone_payload() 2564 WARN_ON_ONCE(len != probe_size); in tcp_clone_payload() 2569 to->truesize += probe_size; in tcp_clone_payload() 2570 to->len += probe_size; in tcp_clone_payload() 2571 to->data_len += probe_size; in tcp_clone_payload() [all …]
|
| H A D | tcp_input.c | 2393 !inet_csk(sk)->icsk_mtup.probe_size; in tcp_enter_loss() 2873 icsk->icsk_mtup.search_high = icsk->icsk_mtup.probe_size - 1; in tcp_mtup_probe_failed() 2874 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_failed() 2887 do_div(val, icsk->icsk_mtup.probe_size); in tcp_mtup_probe_success() 2895 icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size; in tcp_mtup_probe_success() 2896 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_success() 3223 icsk->icsk_mtup.probe_size && in tcp_fastretrans_alert() 3533 if (unlikely(icsk->icsk_mtup.probe_size && in tcp_clean_rtx_queue()
|
| /linux/include/uapi/linux/ |
| H A D | virtio_iommu.h | 39 __le32 probe_size; member
|
| /linux/include/net/sctp/ |
| H A D | sctp.h | 631 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 650 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
|
| H A D | sm.h | 226 __u32 probe_size);
|