Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm61 my $flight = shift;
88 $flight,
167 my ($flight,
178 flight => $flight,
280 if ($self->{sent} || ($self->flight & 1) != $server) {
303 sub flight subroutine
306 return $self->{flight};
394 if (($self->{flight} & 1) == $server
H A DProxy.pm105 flight => -1,
151 $self->{flight} = -1;
482 $self->{flight} = $self->{flight} + 1;
487 print "Processing flight ".$self->flight."\n";
491 my @ret = TLSProxy::Record->get_records($server, $self->flight,
543 sub flight subroutine
546 return $self->{flight};
/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslextension.t57 if ($proxy->flight == 1) {
67 if ($proxy->flight != 0) {
106 if ($proxy->flight == 0) {
120 if ($proxy->flight == 0) {
122 } elsif ($proxy->flight == 1) {
137 if ($proxy->flight == 0) {
143 if ($proxy->flight != 1) {
183 if ($proxy->flight != 0) {
H A D70-test_tls13psk.t118 my $flight;
122 $flight = 0;
124 $flight = 2;
128 return if $proxy->flight != $flight;
154 return if $proxy->flight != 0;
H A D70-test_sslsignature.t116 my $flight;
122 $flight = 1;
124 $flight = 2;
128 return if ($proxy->flight != $flight);
H A D70-test_tls13hrr.t108 if ($proxy->flight != 1) {
125 if ($proxy->flight == 4) {
130 if ($proxy->flight != 3) {
136 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
155 if ($proxy->flight != 0) {
H A D70-test_sslrecords.t260 if ($proxy->flight != 0) {
288 if ($proxy->flight != 0) {
344 if ($proxy->flight != 0) {
491 if ($proxy->flight == 0) {
494 } elsif ($proxy->flight != 1 || $added_record) {
513 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
528 if ($proxy->flight != 1) {
545 if ($proxy->flight != 1) {
568 if ($proxy->flight != 1) {
H A D70-test_tls13cookie.t78 return if ($proxy->flight > 2);
88 && ${$message->records}[0]->flight == 1) {
94 if (${$message->records}[0]->flight == 0) {
H A D70-test_sslsigalgs.t332 if ($proxy->flight != 0) {
366 return if ($proxy->flight != 0);
423 if ($proxy->flight != 0) {
459 if ($proxy->flight != 1) {
477 if ($proxy->flight != 0) {
H A D70-test_comp.t88 my $flight;
93 return if $proxy->flight != 0;
H A D70-test_sslcbcpadding.t70 if ($proxy->flight == 0) {
115 $proxy->flight,
H A D70-test_sslversions.t130 if ($proxy->flight == 1) {
142 if ($proxy->flight != 0) {
H A D70-test_key_share.t315 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0
316 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR))
317 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
H A D70-test_tls13alerts.t50 if ($proxy->flight != 1) {
H A D70-test_sslskewith0p.t54 if ($proxy->flight != 1) {
H A D70-test_sslcertstatus.t53 if ($proxy->flight != 1) {
H A D70-test_npn.t62 return if $proxy->flight != 2;
H A D70-test_sslvertol.t112 if ($proxy->flight != 0) {
H A D70-test_tls13downgrade.t101 if ($proxy->flight != 0) {
H A D70-test_renegotiation.t118 if ($proxy->flight != 0) {
H A D70-test_sslsessiontick.t203 if ($proxy->flight != 1) {
H A D70-test_tls13kexmodes.t334 return if ($proxy->flight != 0);
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c296 Cpa64U flight; in icp_adf_getQueueMemory() local
301 flight = atomic_add_return(numberRequests, ring->inflights); in icp_adf_getQueueMemory()
302 if (flight > ADF_MAX_INFLIGHTS(ring->ring_size, ring->msg_size)) { in icp_adf_getQueueMemory()
322 Cpa64U flight; in icp_adf_getSingleQueueAddr() local
328 flight = atomic_add_return(1, ring->inflights); in icp_adf_getSingleQueueAddr()
329 if (flight > ADF_MAX_INFLIGHTS(ring->ring_size, ring->msg_size)) { in icp_adf_getSingleQueueAddr()
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Drenesas,isl29501.txt1 * ISL29501 Time-of-flight sensor.
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3659 uint32_t flight; in bbr_ack_received() local
3668 flight = ctf_flight_size(tp, in bbr_ack_received()
3670 bbr_log_type_cwndupd(bbr, flight, 0, in bbr_ack_received()
3684 if ((flight + bytes_this_ack) > cwnd) in bbr_ack_received()
3685 cwnd = flight + bytes_this_ack; in bbr_ack_received()
3754 uint32_t flight; in bbr_post_recovery() local
3788 flight = ctf_flight_size(tp, in bbr_post_recovery()
3839 acks_inflight = (flight / (maxseg * 2)); in bbr_post_recovery()
3888 if (flight <= tp->snd_cwnd) { in bbr_post_recovery()
10466 uint32_t flight, bbr_cur_cycle_time; in bbr_set_probebw_gains() local
[all …]

12