Home
last modified time | relevance | path

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

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