Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/pf/
H A Dpfvar.h1402 struct hfsc_opts { struct
1404 u_int rtsc_m1; /* slope of the 1st segment in bps */
1405 u_int rtsc_d; /* the x-projection of m1 in msec */
1406 u_int rtsc_m2; /* slope of the 2nd segment in bps */
1408 u_int lssc_m1;
1409 u_int lssc_d;
1410 u_int lssc_m2;
1412 u_int ulsc_m1;
1413 u_int ulsc_d;
1414 u_int ulsc_m2;
[all …]
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_parser.h170 struct node_hfsc_opts hfsc_opts; member
H A Dparse.y300 struct node_hfsc_opts hfsc_opts; variable
421 struct node_hfsc_opts hfsc_opts; member