Home
last modified time | relevance | path

Searched refs:yellow_action (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h122 struct tc_action yellow_action; /* action for yellow packets */ member
152 struct tc_action yellow_action; /* action for yellow packets */ member
302 struct tc_action yellow_action; member
324 struct tc_action yellow_action; member
/f-stack/tools/compat/include/netgraph/
H A Dng_car.h77 u_int8_t yellow_action; /* Action for yellow packets */ member
/f-stack/freebsd/netgraph/
H A Dng_car.h79 u_int8_t yellow_action; /* Action for yellow packets */ member
H A Dng_car.c206 priv->upper.conf.yellow_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor()
221 priv->lower.conf.yellow_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor()
341 NG_CAR_PERFORM_MATCH_ACTION(hinfo->conf.yellow_action); in ng_car_rcvdata()
355 NG_CAR_PERFORM_MATCH_ACTION(hinfo->conf.yellow_action); in ng_car_rcvdata()