Searched refs:packets_marked (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_prague.c | 42 uint32_t packets_marked, uint32_t packets_acked); 396 prague_update_alpha(struct tcpcb *tp, uint32_t ack, uint32_t packets_marked, in prague_update_alpha() argument 411 if (packets_marked > tp->t_ccstate->prague_packets_marked) { in prague_update_alpha() 412 newly_marked = packets_marked - tp->t_ccstate->prague_packets_marked; in prague_update_alpha() 442 tp->t_ccstate->prague_packets_marked = packets_marked; in prague_update_alpha() 487 uint32_t packets_marked, uint32_t packets_acked) in tcp_prague_process_ecn() argument 489 if (__improbable(packets_marked < tp->t_ccstate->prague_ce_counter || in tcp_prague_process_ecn() 493 packets_marked, tp->t_ccstate->prague_ce_counter, in tcp_prague_process_ecn() 497 if (packets_marked > tp->t_ccstate->prague_ce_counter) { in tcp_prague_process_ecn() 505 prague_update_alpha(tp, th->th_ack, packets_marked, packets_acked); in tcp_prague_process_ecn() [all …]
|
| H A D | tcp_cc.h | 220 …ct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t packets_marked, uint32_t pack…
|
| H A D | tcp_var.h | 333 uint32_t packets_marked; /* cumulative CE counts updated at round start for alpha */ member 352 #define prague_packets_marked __u__._prague_state_.packets_marked
|