Home
last modified time | relevance | path

Searched defs:accecn (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h355 struct accecn { struct
360 …uint8_t accecn_processed:1, /* Accurate ECN feedback has already been proce… argument
361 unused:7;
364 …t1_bytes; /* ECT1 byte counter at the receiver, used for AccECN option feedback */
365 …t0_bytes; /* ECT0 byte counter at the receiver, used for AccECN option feedback */
366 …ce_bytes; /* CE byte counter at the receiver, used for AccECN option feedback */
367 uint64_t t_snd_ect1_bytes; /* Synced ECT1 byte counter at the sender */
368 uint64_t t_snd_ect0_bytes; /* Synced ECT0 byte counter at the sender */
369 uint64_t t_snd_ce_bytes; /* Synced CE byte counter at the sender */