Searched refs:packets_acked (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_prague.c | 42 uint32_t packets_marked, uint32_t packets_acked); 397 uint32_t packets_acked) in prague_update_alpha() argument 415 if (packets_acked > tp->t_ccstate->prague_packets_acked) { in prague_update_alpha() 416 newly_acked = packets_acked - tp->t_ccstate->prague_packets_acked; in prague_update_alpha() 443 tp->t_ccstate->prague_packets_acked = packets_acked; in prague_update_alpha() 487 uint32_t packets_marked, uint32_t packets_acked) in tcp_prague_process_ecn() argument 490 packets_acked < tp->t_ccstate->prague_packets_acked)) { in tcp_prague_process_ecn() 494 packets_acked, tp->t_ccstate->prague_packets_acked); in tcp_prague_process_ecn() 504 if (packets_acked > tp->t_ccstate->prague_packets_acked) { in tcp_prague_process_ecn() 505 prague_update_alpha(tp, th->th_ack, packets_marked, packets_acked); in tcp_prague_process_ecn()
|
| H A D | tcp_cc.h | 220 …tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t packets_marked, uint32_t packets_acked);
|
| H A D | tcp_var.h | 332 uint32_t packets_acked; /* cumulative packets ack'ed updated at round start for alpha */ member 351 #define prague_packets_acked __u__._prague_state_.packets_acked
|