Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
27 oscillator cycles every probe took.
31 periods when probe values appeared deterministic. The subroutine
/openssl/test/
H A Dquic_ackm_test.c418 OSSL_ACKM_PROBE_INFO probe; in test_tx_ack_case_actual() local
428 probe = *ossl_ackm_get0_probe_request(h.ackm); in test_tx_ack_case_actual()
429 if (!TEST_int_eq(test_probe_counts(&probe, 0, 0, 0, 0, 0), 1)) in test_tx_ack_case_actual()
448 probe = *ossl_ackm_get0_probe_request(h.ackm); in test_tx_ack_case_actual()
450 memset(ossl_ackm_get0_probe_request(h.ackm), 0, sizeof(probe)); in test_tx_ack_case_actual()
453 if (!TEST_int_eq(test_probe_counts(&probe, 0, 0, 0, 0, 0), 1)) in test_tx_ack_case_actual()
456 if (!TEST_int_eq(test_probe_counts(&probe, 0, 0, in test_tx_ack_case_actual()
H A Dquic_txp_test.c1127 OSSL_ACKM_PROBE_INFO *probe = ossl_ackm_get0_probe_request(h->args.ackm); in gen_probe_initial() local
1133 ++probe->anti_deadlock_initial; in gen_probe_initial()
1155 OSSL_ACKM_PROBE_INFO *probe = ossl_ackm_get0_probe_request(h->args.ackm); in gen_probe_handshake() local
1161 ++probe->anti_deadlock_handshake; in gen_probe_handshake()
1184 OSSL_ACKM_PROBE_INFO *probe = ossl_ackm_get0_probe_request(h->args.ackm); in gen_probe_1rtt() local
1190 ++probe->pto[QUIC_PN_SPACE_APP]; in gen_probe_1rtt()
/openssl/crypto/
H A Darmcap.c239 static unsigned int arm_probe_for(void (*probe)(void), volatile unsigned int value) in arm_probe_for()
242 probe(); in arm_probe_for()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md11 - Generating requests for probe transmission
167 /* 1 if the packet is a PTO probe. */
170 /* 1 if the packet is an MTU probe. */
437 This determines if the ACK manager is requesting any probe packets to be
443 The fields of `OSSL_ACKM_PROBE_INFO` record the number of probe requests
454 - `pto` designates the number of ACK-eliciting outstanding probe events
H A Dconnection-state-machine.md325 <td>TODO: Tail loss probe for initial packets?</td>
457 of a tail loss probe.
570 we can handle this via a standard probe-sending mechanism. Otherwise, we are
H A Dtx-packetiser.md316 | P | Can be used to probe new network paths during connection migration. |
609 requested a probe be sent. These MUST be made ACK-eliciting (using a PING

Completed in 25 milliseconds