Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dpfvar.h1708 struct hfsc_opts { struct
1710 u_int64_t rtsc_m1; /* slope of the 1st segment in bps */
1711 u_int64_t rtsc_d; /* the x-projection of m1 in msec */
1712 u_int64_t rtsc_m2; /* slope of the 2nd segment in bps */
1713 u_int32_t rtsc_fl; /* service curve flags */
1715 u_int32_t _pad;
1718 u_int64_t lssc_m1;
1719 u_int64_t lssc_d;
1720 u_int64_t lssc_m2;
1721 u_int32_t lssc_fl;
[all …]