| /src/sys/netinet/khelp/ |
| H A D | h_ertt.c | 203 int acked, measurenext_len, multiack, new_sacked_bytes, rtt_bytes_adjust; in ertt_packet_measurement_hook() local 217 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook() 222 if (acked > 0 || new_sacked_bytes) { in ertt_packet_measurement_hook() 223 if (acked == 0 && new_sacked_bytes) { in ertt_packet_measurement_hook() 253 if (acked > tp->t_maxseg) { in ertt_packet_measurement_hook() 258 } else if (acked > txsi->len) { in ertt_packet_measurement_hook() 263 } else if (acked == tp->t_maxseg || in ertt_packet_measurement_hook() 264 acked == txsi->len) { in ertt_packet_measurement_hook() 368 if (txsi->len > acked) { in ertt_packet_measurement_hook() 369 txsi->len -= acked; in ertt_packet_measurement_hook() [all …]
|
| /src/sys/fs/nfs/ |
| H A D | nfsrvcache.h | 68 int acked; member 86 #define rc_acked rc_un2.ot.acked
|
| /src/contrib/tcpdump/ |
| H A D | README.md | 116 were sent. 200ms later they were acked. Shortly thereafter 117 bytes 1024-1535 were sent and again acked after 200ms. 121 1536, 1536 is re-acked when 0 arrives. 144 8 - number of times chunk was acked 171 2 seconds on the average). It was acked once, 140ms 180 or acked. I typically plot this data looking for suspicious
|
| /src/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_tx.h | 14 bool acked; member
|
| H A D | dp_tx.c | 395 if (ts->acked) { in ath12k_dp_tx_htt_tx_complete_buf() 432 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK); in ath12k_dp_tx_process_htt_tx_complete()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | dp_tx.h | 15 bool acked; member
|
| H A D | dp_tx.c | 362 if (ts->acked) { in ath11k_dp_tx_htt_tx_complete_buf() 422 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK); in ath11k_dp_tx_process_htt_tx_complete()
|
| /src/crypto/openssl/test/ |
| H A D | quic_ackm_test.c | 26 int lost, acked, discarded; member 38 ++info->acked; in on_acked() 394 if (!TEST_int_eq(h.pkts[i].acked, 0)) in test_tx_ack_case_actual() 410 if (!TEST_int_eq(h.pkts[i].acked, in test_tx_ack_case_actual() 595 if (!TEST_int_eq(h.pkts[i].acked, in test_tx_ack_time_script()
|
| /src/crypto/openssl/test/recipes/75-test_quicapi_data/ |
| H A D | ssltraceref-zlib.txt | 142 Largest acked: 3 184 Largest acked: 4 370 Largest acked: 2 375 Largest acked: 1
|
| H A D | ssltraceref.txt | 140 Largest acked: 3 182 Largest acked: 4 368 Largest acked: 2 373 Largest acked: 1
|
| /src/sys/netinet/ |
| H A D | tcp_input.c | 1486 int acked, ourfinisacked, needoutput = 0; in tcp_do_segment() local 1788 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 1796 TCPSTAT_ADD(tcps_rcvackbyte, acked); in tcp_do_segment() 1797 sbdrop(&so->so_snd, acked); in tcp_do_segment() 1837 else if (acked > 1) in tcp_do_segment() 2867 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment() 2868 KASSERT(acked >= 0, ("%s: acked unexepectedly negative " in tcp_do_segment() 2872 TCPSTAT_ADD(tcps_rcvackbyte, acked); in tcp_do_segment() 2924 acked == sbavail(&so->so_snd)) || in tcp_do_segment() 2925 acked > sbavail(&so->so_snd)) in tcp_do_segment() [all …]
|
| H A D | sctp_indata.c | 3827 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; in sctp_fs_audit() local 3855 acked++; in sctp_fs_audit() 3862 inflight, inbetween, resend, above, acked); in sctp_fs_audit() 3867 inflight, inbetween, resend, above, acked); in sctp_fs_audit()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fifm.md | 93 can be informed of lost or acked ranges in the stream. 101 given stream whether a FIN was lost or acked. 104 so that they can be requeued (if lost) or released (if acked or discarded). 409 implementations for the on-loss, on-acked and on-discarded callbacks issued by 417 once a packet's fate is known (acked, lost or discarded), use is immediately 423 subsystems in the event of a packet being acked, lost or discarded. In
|
| H A D | quic-connID-retire.md | 64 * routes we've retired until they are acked as being retired (uint64_t max CID)
|
| H A D | quic-ackm.md | 176 /* Callback called if frames in this packet are acked. arg is cb_arg. */ 180 * Callback called if frames in this packet are neither acked nor lost. arg
|
| H A D | connection-id-cache.md | 95 of retirement have been acked.
|
| /src/contrib/wpa/src/pasn/ |
| H A D | pasn_common.h | 172 const u8 *data, size_t data_len, u8 acked);
|
| H A D | pasn_initiator.c | 1367 const u8 *data, size_t data_len, u8 acked) in wpa_pasn_auth_tx_status() argument 1373 wpa_printf(MSG_DEBUG, "PASN: auth_tx_status: acked=%u", acked); in wpa_pasn_auth_tx_status() 1388 acked); in wpa_pasn_auth_tx_status()
|
| /src/sys/contrib/dev/rtw88/ |
| H A D | tx.c | 235 struct sk_buff *skb, bool acked) in rtw_tx_report_tx_status() argument 241 if (acked) in rtw_tx_report_tx_status()
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | pasn_supplicant.c | 892 const u8 *data, size_t data_len, u8 acked) in wpas_pasn_auth_tx_status() argument 904 ret = wpa_pasn_auth_tx_status(pasn, data, data_len, acked); in wpas_pasn_auth_tx_status()
|
| H A D | wpa_supplicant_i.h | 2000 const u8 *data, size_t data_len, u8 acked);
|
| /src/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 5325 uint32_t prior_cwnd, acked; in rack_ack_received() local 5331 acked = tp->t_ccv.bytes_this_ack = (th_ack - tp->snd_una); in rack_ack_received() 5434 if (acked <= rack->r_ctl.rc_out_at_rto){ in rack_ack_received() 5435 rack->r_ctl.rc_out_at_rto -= acked; in rack_ack_received() 10694 uint32_t cts, acked, ack_point; in rack_log_ack() local 10853 acked = rack_proc_sack_blk(tp, rack, &sack_blocks[0], to, &rsm, cts, segsiz); in rack_log_ack() 10854 if (acked) { in rack_log_ack() 10856 changed += acked; in rack_log_ack() 10870 acked = rack_proc_sack_blk(tp, rack, &sack_blocks[i], to, &rsm, cts, segsiz); in rack_log_ack() 10871 if (acked) { in rack_log_ack() [all …]
|
| H A D | bbr.c | 7286 uint32_t cts, acked, ack_point, sack_changed = 0; in bbr_log_ack() local 7603 acked = bbr_proc_sack_blk(tp, bbr, &sack_blocks[i], to, &rsm, cts); in bbr_log_ack() 7604 if (acked) { in bbr_log_ack() 7606 changed += acked; in bbr_log_ack() 7607 sack_changed += acked; in bbr_log_ack() 7679 int32_t acked; in bbr_process_ack() local 7784 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack() 7786 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked); in bbr_process_ack() 7801 acked_amount = min(acked, (int)sbavail(&so->so_snd)); in bbr_process_ack() 7811 …bbr_ack_received(tp, bbr, th, acked, sack_changed, prev_acked, __LINE__, (bbr->r_ctl.rc_lost - los… in bbr_process_ack() [all …]
|
| /src/sys/dev/bwi/ |
| H A D | if_bwi.c | 3297 _bwi_txeof(struct bwi_softc *sc, uint16_t tx_id, int acked, int data_txcnt) in _bwi_txeof() argument 3322 buf_idx, acked, data_txcnt, tb->tb_ni); in _bwi_txeof() 3341 txs.long_retries = acked; in _bwi_txeof() 3350 ieee80211_tx_complete(ni, tb->tb_mbuf, !acked); in _bwi_txeof()
|
| /src/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 1716 * some overrun bytes into the data FIFO and acked them 1883 * already seen and acked (REQINIT never comes true).
|