Lines Matching defs:green_action
592 struct tb_profile *peak_profile, struct tc_action *green_action,
598 if (tca_verify_action(green_action) < 0
610 tca_import_action(&tcm->green_action, green_action);
615 if (tcm->green_action.tca_code == TCACODE_MARK)
616 tcm->green_dscp = tcm->green_action.tca_dscp & DSCP_MASK;
639 tca_invalidate_action(&tcm->green_action);
706 return (&tcm->green_action);
715 u_int32_t avg_interval, struct tc_action *green_action,
720 if (tca_verify_action(green_action) < 0
729 tca_import_action(&tsw->green_action, green_action);
734 if (tsw->green_action.tca_code == TCACODE_MARK)
735 tsw->green_dscp = tsw->green_action.tca_dscp & DSCP_MASK;
764 tca_invalidate_action(&tsw->green_action);
829 return (&tsw->green_action);
979 &ap->green_action, &ap->yellow_action,
1042 ap->avg_interval, &ap->green_action,