Searched refs:green_action (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/netgraph/
H A Dng_car.h76 u_int8_t green_action; /* Action for green packets */ member in struct:ng_car_hookconf
H A Dng_car.c203 priv->upper.conf.green_action = NG_CAR_ACTION_FORWARD;
218 priv->lower.conf.green_action = NG_CAR_ACTION_FORWARD;
304 NG_CAR_PERFORM_MATCH_ACTION(hinfo->conf.green_action);
315 NG_CAR_PERFORM_MATCH_ACTION(hinfo->conf.green_action);
/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_cdnr.h120 struct tc_action green_action; /* action for green packets */ member in struct:cdnr_add_trtcm
150 struct tc_action green_action; /* action for green packets */ member in struct:cdnr_add_tswtcm
300 struct tc_action green_action; member in struct:trtcm
322 struct tc_action green_action; member in struct:tswtcm
H A Daltq_cdnr.c619 green_action, yellow_action, red_action, coloraware)
622 struct tc_action *green_action, *yellow_action, *red_action;
627 if (tca_verify_action(green_action) < 0
639 tca_import_action(&tcm->green_action, green_action);
644 if (tcm->green_action.tca_code == TCACODE_MARK)
645 tcm->green_dscp = tcm->green_action.tca_dscp & DSCP_MASK;
669 tca_invalidate_action(&tcm->green_action);
738 return (&tcm->green_action);
747 green_action, yellow_actio
[all...]

Completed in 54 milliseconds