Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/
H A Dng_car.h72 struct ng_car_hookconf { struct
73 u_int64_t cbs; /* Commited burst size (bytes) */
74 u_int64_t ebs; /* Exceeded/Peak burst size (bytes) */
75 u_int64_t cir; /* Commited information rate (bits/s) */
76 u_int64_t pir; /* Peak information rate (bits/s) */
77 u_int8_t green_action; /* Action for green packets */
78 u_int8_t yellow_action; /* Action for yellow packets */
79 u_int8_t red_action; /* Action for red packets */
80 u_int8_t mode; /* single/double rate, ... */
81 u_int8_t opt; /* color-aware or color-blind */