Searched refs:probe_size (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
D | virtio-iommu.c | 54 u32 probe_size; member 143 return len - viommu->probe_size - tail_size; in viommu_get_write_desc_offset() 474 probe_len = sizeof(*probe) + viommu->probe_size + in viommu_probe_endpoint() 495 cur < viommu->probe_size) { in viommu_probe_endpoint() 510 if (cur >= viommu->probe_size) in viommu_probe_endpoint() 891 if (viommu->probe_size) { in viommu_probe_device() 1042 struct virtio_iommu_config, probe_size, in viommu_probe() 1043 &viommu->probe_size); in viommu_probe()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | virtio_iommu.h | 38 __le32 probe_size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | virtio_iommu.h | 40 __le32 probe_size; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_output.c | 1768 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_init() 2289 icsk->icsk_mtup.probe_size = 0; in tcp_mtu_check_reprobe() 2333 int probe_size; in tcp_mtu_probe() local 2345 icsk->icsk_mtup.probe_size || in tcp_mtu_probe() 2356 probe_size = tcp_mtu_to_mss(sk, (icsk->icsk_mtup.search_high + in tcp_mtu_probe() 2358 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe() 2364 if (probe_size > tcp_mtu_to_mss(sk, icsk->icsk_mtup.search_high) || in tcp_mtu_probe() 2390 if (!tcp_can_coalesce_send_queue_head(sk, probe_size)) in tcp_mtu_probe() 2394 nskb = sk_stream_alloc_skb(sk, probe_size, GFP_ATOMIC, false); in tcp_mtu_probe() 2404 TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size; in tcp_mtu_probe() [all …]
|
D | tcp_input.c | 2163 !inet_csk(sk)->icsk_mtup.probe_size; in tcp_enter_loss() 2700 icsk->icsk_mtup.search_high = icsk->icsk_mtup.probe_size - 1; in tcp_mtup_probe_failed() 2701 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_failed() 2714 do_div(val, icsk->icsk_mtup.probe_size); in tcp_mtup_probe_success() 2722 icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size; in tcp_mtup_probe_success() 2723 icsk->icsk_mtup.probe_size = 0; in tcp_mtup_probe_success() 3021 icsk->icsk_mtup.probe_size && in tcp_fastretrans_alert() 3344 if (unlikely(icsk->icsk_mtup.probe_size && in tcp_clean_rtx_queue()
|
/kernel/linux/linux-5.10/include/net/ |
D | inet_connection_sock.h | 130 int probe_size; member
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 45332 + * if tcp_mtu_probe() use (2 * tp->mss_cache) as probe_size, 48557 + * if tcp_mtu_probe() use (2 * tp->mss_cache) as probe_size,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 338304 + * if tcp_mtu_probe() use (2 * tp->mss_cache) as probe_size, 341522 + * if tcp_mtu_probe() use (2 * tp->mss_cache) as probe_size,
|