Symbol: probe_size
drivers/iommu/virtio-iommu.c
1040
if (viommu->probe_size) {
drivers/iommu/virtio-iommu.c
1207
struct virtio_iommu_config, probe_size,
drivers/iommu/virtio-iommu.c
1208
&viommu->probe_size);
drivers/iommu/virtio-iommu.c
144
return len - viommu->probe_size - tail_size;
drivers/iommu/virtio-iommu.c
54
u32 probe_size;
drivers/iommu/virtio-iommu.c
545
probe_len = sizeof(*probe) + viommu->probe_size +
drivers/iommu/virtio-iommu.c
566
cur < viommu->probe_size) {
drivers/iommu/virtio-iommu.c
581
if (cur >= viommu->probe_size)
include/net/inet_connection_sock.h
133
u32 probe_size:31,
include/net/sctp/sctp.h
631
t->pl.probe_size = SCTP_BASE_PLPMTU;
include/net/sctp/sctp.h
650
t->pl.probe_size = SCTP_BASE_PLPMTU;
include/net/sctp/structs.h
379
__u32 probe_size;
include/net/sctp/structs.h
977
__u16 probe_size;
include/uapi/linux/virtio_iommu.h
39
__le32 probe_size;
net/ipv4/tcp_input.c
2597
!inet_csk(sk)->icsk_mtup.probe_size;
net/ipv4/tcp_input.c
3077
icsk->icsk_mtup.search_high = icsk->icsk_mtup.probe_size - 1;
net/ipv4/tcp_input.c
3078
icsk->icsk_mtup.probe_size = 0;
net/ipv4/tcp_input.c
3091
do_div(val, icsk->icsk_mtup.probe_size);
net/ipv4/tcp_input.c
3099
icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size;
net/ipv4/tcp_input.c
3100
icsk->icsk_mtup.probe_size = 0;
net/ipv4/tcp_input.c
3427
icsk->icsk_mtup.probe_size &&
net/ipv4/tcp_input.c
3737
if (unlikely(icsk->icsk_mtup.probe_size &&
net/ipv4/tcp_output.c
2030
icsk->icsk_mtup.probe_size = 0;
net/ipv4/tcp_output.c
2558
icsk->icsk_mtup.probe_size = 0;
net/ipv4/tcp_output.c
2588
int probe_size)
net/ipv4/tcp_output.c
2594
if (!sk_wmem_schedule(sk, to->truesize + probe_size))
net/ipv4/tcp_output.c
2604
if (len >= probe_size)
net/ipv4/tcp_output.c
2607
probe_size - len);
net/ipv4/tcp_output.c
2626
WARN_ON_ONCE(len != probe_size);
net/ipv4/tcp_output.c
2631
to->truesize += probe_size;
net/ipv4/tcp_output.c
2632
to->len += probe_size;
net/ipv4/tcp_output.c
2633
to->data_len += probe_size;
net/ipv4/tcp_output.c
2668
int probe_size;
net/ipv4/tcp_output.c
2680
icsk->icsk_mtup.probe_size ||
net/ipv4/tcp_output.c
2691
probe_size = tcp_mtu_to_mss(sk, (icsk->icsk_mtup.search_high +
net/ipv4/tcp_output.c
2693
size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache;
net/ipv4/tcp_output.c
2699
if (probe_size > tcp_mtu_to_mss(sk, icsk->icsk_mtup.search_high) ||
net/ipv4/tcp_output.c
2725
if (!tcp_can_coalesce_send_queue_head(sk, probe_size))
net/ipv4/tcp_output.c
2734
if (tcp_clone_payload(sk, nskb, probe_size)) {
net/ipv4/tcp_output.c
2747
TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size;
net/ipv4/tcp_output.c
2755
copy = min_t(int, skb->len, probe_size - len);
net/ipv4/tcp_output.c
2769
if (len >= probe_size)
net/ipv4/tcp_output.c
2783
icsk->icsk_mtup.probe_size = tcp_mss_to_mtu(sk, nskb->len);
net/ipv4/tcp_output.c
3561
if (icsk->icsk_mtup.probe_size)
net/ipv4/tcp_output.c
3562
icsk->icsk_mtup.probe_size = 0;
net/sctp/input.c
377
t->pl.probe_size + sctp_transport_pl_hlen(t) <= pmtu))
net/sctp/output.c
229
pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead);
net/sctp/sm_make_chunk.c
1156
__u32 probe_size)
net/sctp/sm_make_chunk.c
1172
hbinfo.probe_size = probe_size;
net/sctp/sm_make_chunk.c
1180
retval->pmtu_probe = !!probe_size;
net/sctp/sm_statefuns.c
1132
reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size);
net/sctp/sm_statefuns.c
1290
if (hbinfo->probe_size) {
net/sctp/sm_statefuns.c
1291
if (hbinfo->probe_size != link->pl.probe_size ||
net/sctp/transport.c
264
if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */
net/sctp/transport.c
272
if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */
net/sctp/transport.c
274
t->pl.probe_size = SCTP_BASE_PLPMTU;
net/sctp/transport.c
281
t->pl.probe_high = t->pl.probe_size;
net/sctp/transport.c
282
t->pl.probe_size = t->pl.pmtu;
net/sctp/transport.c
285
if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */
net/sctp/transport.c
287
t->pl.probe_size = SCTP_BASE_PLPMTU;
net/sctp/transport.c
297
__func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
net/sctp/transport.c
304
__func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
net/sctp/transport.c
306
t->pl.pmtu = t->pl.probe_size;
net/sctp/transport.c
310
t->pl.probe_size += SCTP_PL_BIG_STEP;
net/sctp/transport.c
314
t->pl.pmtu = t->pl.probe_size;
net/sctp/transport.c
317
t->pl.probe_size += SCTP_PL_BIG_STEP;
net/sctp/transport.c
320
if (t->pl.probe_size < SCTP_MAX_PLPMTU) {
net/sctp/transport.c
321
t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_BIG_STEP,
net/sctp/transport.c
327
t->pl.probe_size += SCTP_PL_MIN_STEP;
net/sctp/transport.c
328
if (t->pl.probe_size >= t->pl.probe_high) {
net/sctp/transport.c
332
t->pl.probe_size = t->pl.pmtu;
net/sctp/transport.c
340
t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_MIN_STEP, SCTP_MAX_PLPMTU);
net/sctp/transport.c
349
__func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, pmtu);
net/sctp/transport.c
351
if (pmtu < SCTP_MIN_PLPMTU || pmtu >= t->pl.probe_size)
net/sctp/transport.c
365
t->pl.probe_size = SCTP_BASE_PLPMTU;
net/sctp/transport.c
372
} else if (pmtu > t->pl.pmtu && pmtu < t->pl.probe_size) {
net/sctp/transport.c
373
t->pl.probe_size = pmtu;
net/sctp/transport.c
379
t->pl.probe_size = SCTP_BASE_PLPMTU;