/src/usr.sbin/altq/libaltq/ |
qop_cdnr.h | 46 struct tb_profile cmtd_profile; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750408 75 struct tb_profile *cmtd_profile, 101 struct tb_profile *cmtd_profile, struct tb_profile *peak_profile, 114 struct tb_profile *cmtd_profile,
|
qop_cdnr.c | 194 struct tb_profile *cmtd_profile, 207 verify_tbprofile(cmtd_profile, cdnr_name); 211 cmtd_profile, peak_profile, 518 struct tb_profile *cmtd_profile, 553 cdnrinfo->tce_un.trtcm.cmtd_profile = *cmtd_profile; 576 struct tb_profile *cmtd_profile, 583 cdnrinfo->tce_un.trtcm.cmtd_profile = *cmtd_profile; 782 trtcm_add.cmtd_profile = cdnrinfo->tce_un.trtcm.cmtd_profile [all...] |
/src/sys/altq/ |
altq_cdnr.h | 119 struct tb_profile cmtd_profile; /* profile for committed tb */ member in struct:cdnr_add_trtcm 132 struct tb_profile cmtd_profile; /* profile for committed tb */ member in struct:cdnr_modify_trtcm
|
altq_cdnr.c | 591 trtcm_create(struct top_cdnr *top, struct tb_profile *cmtd_profile, 607 tb_import_profile(&tcm->cmtd_tb, cmtd_profile); 978 tcm = trtcm_create(top, &ap->cmtd_profile, &ap->peak_profile, 997 tb_import_profile(&tcm->cmtd_tb, &ap->cmtd_profile);
|