Searched refs:tb_profile (Results 1 – 6 of 6) sorted by relevance
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/ |
H A D | altq_cdnr.h | 96 struct tb_profile profile; 106 struct tb_profile profile; 119 struct tb_profile cmtd_profile; /* profile for committed tb */ 120 struct tb_profile peak_profile; /* profile for peak tb */ 132 struct tb_profile cmtd_profile; /* profile for committed tb */ 133 struct tb_profile peak_profile; /* profile for peak tb */
|
H A D | altq.h | 76 struct tb_profile { struct 84 struct tb_profile tb_prof; /* token bucket profile */ argument
|
H A D | altq_cdnr.c | 93 static void tb_import_profile(struct tbe *, struct tb_profile *); 94 static struct tbmeter *tbm_create(struct top_cdnr *, struct tb_profile *, 99 struct tb_profile *, struct tb_profile *, 504 tb_import_profile(struct tbe *tb, struct tb_profile *profile) in tb_import_profile() 520 tbm_create(struct top_cdnr *top, struct tb_profile *profile, in tbm_create() 591 trtcm_create(struct top_cdnr *top, struct tb_profile *cmtd_profile, in trtcm_create() 592 struct tb_profile *peak_profile, struct tc_action *green_action, in trtcm_create()
|
H A D | altq_var.h | 227 int tbr_set(struct ifaltq *, struct tb_profile *); 228 int tbr_get(struct ifaltq *, struct tb_profile *);
|
H A D | altq_subr.c | 299 tbr_set(struct ifaltq *ifq, struct tb_profile *profile) in tbr_set() 388 tbr_get(struct ifaltq *ifq, struct tb_profile *profile) in tbr_get()
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dist/pf/net/ |
H A D | pf_ioctl.c | 829 struct tb_profile tb; in pf_enable_altq() 854 struct tb_profile tb; in pf_disable_altq()
|