Home
last modified time | relevance | path

Searched refs:total_ect_packets_marked (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h545 uint32_t total_ect_packets_marked; /* Cumulative count of total ECT packets marked */ member
H A Dtcp_input.c2182 tp->total_ect_packets_marked += delta; in tcp_process_accecn()
2192 CC_ALGO(tp)->process_ecn(tp, th, new_ce_bytes, tp->total_ect_packets_marked, in tcp_process_accecn()