Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h394 struct accecn { struct
399 …uint8_t accecn_processed:1, /* Accurate ECN feedback has already been proce… argument
400 unused:7;
403 …t1_bytes; /* ECT1 byte counter at the receiver, used for AccECN option feedback */
404 …t0_bytes; /* ECT0 byte counter at the receiver, used for AccECN option feedback */
405 …ce_bytes; /* CE byte counter at the receiver, used for AccECN option feedback */
406 uint64_t t_snd_ect1_bytes; /* Synced ECT1 byte counter at the sender */
407 uint64_t t_snd_ect0_bytes; /* Synced ECT0 byte counter at the sender */
408 uint64_t t_snd_ce_bytes; /* Synced CE byte counter at the sender */