Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c206 int acked, measurenext_len, multiack, new_sacked_bytes, rtt_bytes_adjust; in ertt_packet_measurement_hook() local
220 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook()
225 if (acked > 0 || new_sacked_bytes) { in ertt_packet_measurement_hook()
226 if (acked == 0 && new_sacked_bytes) { in ertt_packet_measurement_hook()
256 if (acked > tp->t_maxseg) { in ertt_packet_measurement_hook()
261 } else if (acked > txsi->len) { in ertt_packet_measurement_hook()
266 } else if (acked == tp->t_maxseg || in ertt_packet_measurement_hook()
267 acked == txsi->len) { in ertt_packet_measurement_hook()
371 if (txsi->len > acked) { in ertt_packet_measurement_hook()
372 txsi->len -= acked; in ertt_packet_measurement_hook()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_input.c1815 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
1823 TCPSTAT_ADD(tcps_rcvackbyte, acked); in tcp_do_segment()
1824 sbdrop(&so->so_snd, acked); in tcp_do_segment()
2835 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
2836 KASSERT(acked >= 0, ("%s: acked unexepectedly negative " in tcp_do_segment()
2840 TCPSTAT_ADD(tcps_rcvackbyte, acked); in tcp_do_segment()
2898 if (acked == 0) in tcp_do_segment()
2909 if (acked > sbavail(&so->so_snd)) { in tcp_do_segment()
2918 mfree = sbcut_locked(&so->so_snd, acked); in tcp_do_segment()
2919 if (tp->snd_wnd >= (uint32_t) acked) in tcp_do_segment()
[all …]
H A Dsctp_indata.c3841 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; in sctp_fs_audit() local
3869 acked++; in sctp_fs_audit()
3881 inflight, inbetween, resend, above, acked); in sctp_fs_audit()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c7763 if (acked) { in rack_log_ack()
7765 changed += acked; in rack_log_ack()
7827 if (acked) { in rack_log_ack()
7829 changed += acked; in rack_log_ack()
8122 acked) { in rack_check_bottom_drag()
8126 bw = acked; in rack_check_bottom_drag()
8210 int32_t acked; in rack_process_ack() local
8281 if (acked) { in rack_process_ack()
8314 if (acked == 0) { in rack_process_ack()
8958 int32_t acked; in rack_fastack() local
[all …]
H A Dbbr.c7416 acked = th_ack - tp->snd_una; in bbr_log_ack()
7420 acked = 0; in bbr_log_ack()
7721 if (acked) { in bbr_log_ack()
7723 changed += acked; in bbr_log_ack()
7724 sack_changed += acked; in bbr_log_ack()
7796 int32_t acked; in bbr_process_ack() local
7864 acked = BYTES_THIS_ACK(tp, th); in bbr_process_ack()
7866 KMOD_TCPSTAT_ADD(tcps_rcvackbyte, acked); in bbr_process_ack()
8646 int32_t acked; in bbr_fastack() local
8763 acked = BYTES_THIS_ACK(tp, th); in bbr_fastack()
[all …]
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst97 * Add an ``acked-by`` to patches, or patchsets, that are ready for committing to a tree.
646 #. Once a patch has been acked by the relevant maintainer, reviewers may still comment on it for a …
650 * Patches should be acked by a maintainer at least two days before the release merge
652 * For patches acked with less than two weeks to go to the merge deadline, all additional
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst893 acked features for one vhost-net when vhost quits. When vhost reconnects
901 It is possible to filter the incorrect acked features at vhost-user side.