Home
last modified time | relevance | path

Searched refs:red_action (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_cdnr.h122 struct tc_action red_action; /* action for red packets */ member
152 struct tc_action red_action; /* action for red packets */ member
302 struct tc_action red_action; member
324 struct tc_action red_action; member
/freebsd/sys/netgraph/
H A Dng_car.c214 priv->upper.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
229 priv->lower.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor()
359 hinfo->conf.red_action, in ng_car_rcvdata()
379 hinfo->conf.red_action, in ng_car_rcvdata()
396 hinfo->conf.red_action, in ng_car_rcvdata()
H A Dng_car.h78 u_int8_t red_action; /* Action for red packets */ member