Lines Matching defs:profile
164 struct tb_profile *profile,
175 verify_tbprofile(profile, cdnr_name);
178 profile, in_action, out_action)) != 0) {
458 struct tb_profile *profile,
485 cdnrinfo->tce_un.tbmeter.profile = *profile;
504 qop_cdnr_modify_tbmeter(struct classinfo *clinfo, struct tb_profile *profile)
510 cdnrinfo->tce_un.tbmeter.profile = *profile;
768 tbmeter_add.profile = cdnrinfo->tce_un.tbmeter.profile;
834 tbmeter_modify.profile = cdnrinfo->tce_un.tbmeter.profile;
923 verify_tbprofile(struct tb_profile *profile, const char *cdnr_name)
925 if (profile->depth < 1500) {
928 cdnr_name, profile->depth);