Symbol: tb_profile
sys/altq/altq.h
84
struct tb_profile tb_prof; /* token bucket profile */
sys/altq/altq_cdnr.c
504
tb_import_profile(struct tbe *tb, struct tb_profile *profile)
sys/altq/altq_cdnr.c
520
tbm_create(struct top_cdnr *top, struct tb_profile *profile,
sys/altq/altq_cdnr.c
591
trtcm_create(struct top_cdnr *top, struct tb_profile *cmtd_profile,
sys/altq/altq_cdnr.c
592
struct tb_profile *peak_profile, struct tc_action *green_action,
sys/altq/altq_cdnr.c
93
static void tb_import_profile(struct tbe *, struct tb_profile *);
sys/altq/altq_cdnr.c
94
static struct tbmeter *tbm_create(struct top_cdnr *, struct tb_profile *,
sys/altq/altq_cdnr.c
99
struct tb_profile *, struct tb_profile *,
sys/altq/altq_cdnr.h
106
struct tb_profile profile;
sys/altq/altq_cdnr.h
119
struct tb_profile cmtd_profile; /* profile for committed tb */
sys/altq/altq_cdnr.h
120
struct tb_profile peak_profile; /* profile for peak tb */
sys/altq/altq_cdnr.h
132
struct tb_profile cmtd_profile; /* profile for committed tb */
sys/altq/altq_cdnr.h
133
struct tb_profile peak_profile; /* profile for peak tb */
sys/altq/altq_cdnr.h
96
struct tb_profile profile;
sys/altq/altq_subr.c
299
tbr_set(struct ifaltq *ifq, struct tb_profile *profile)
sys/altq/altq_subr.c
388
tbr_get(struct ifaltq *ifq, struct tb_profile *profile)
sys/altq/altq_var.h
227
int tbr_set(struct ifaltq *, struct tb_profile *);
sys/altq/altq_var.h
228
int tbr_get(struct ifaltq *, struct tb_profile *);
sys/dist/pf/net/pf_ioctl.c
856
struct tb_profile tb;
sys/dist/pf/net/pf_ioctl.c
881
struct tb_profile tb;
usr.sbin/altq/libaltq/parser.c
1040
struct tb_profile profile[2];
usr.sbin/altq/libaltq/qop.c
74
struct tb_profile tb_prof, otb_prof;
usr.sbin/altq/libaltq/qop_cdnr.c
164
struct tb_profile *profile,
usr.sbin/altq/libaltq/qop_cdnr.c
194
struct tb_profile *cmtd_profile,
usr.sbin/altq/libaltq/qop_cdnr.c
195
struct tb_profile *peak_profile,
usr.sbin/altq/libaltq/qop_cdnr.c
458
struct tb_profile *profile,
usr.sbin/altq/libaltq/qop_cdnr.c
504
qop_cdnr_modify_tbmeter(struct classinfo *clinfo, struct tb_profile *profile)
usr.sbin/altq/libaltq/qop_cdnr.c
518
struct tb_profile *cmtd_profile,
usr.sbin/altq/libaltq/qop_cdnr.c
519
struct tb_profile *peak_profile,
usr.sbin/altq/libaltq/qop_cdnr.c
576
struct tb_profile *cmtd_profile,
usr.sbin/altq/libaltq/qop_cdnr.c
577
struct tb_profile *peak_profile, int coloraware)
usr.sbin/altq/libaltq/qop_cdnr.c
68
static int verify_tbprofile(struct tb_profile *, const char *);
usr.sbin/altq/libaltq/qop_cdnr.c
923
verify_tbprofile(struct tb_profile *profile, const char *cdnr_name)
usr.sbin/altq/libaltq/qop_cdnr.h
101
struct tb_profile *cmtd_profile, struct tb_profile *peak_profile,
usr.sbin/altq/libaltq/qop_cdnr.h
112
struct tb_profile *profile);
usr.sbin/altq/libaltq/qop_cdnr.h
114
struct tb_profile *cmtd_profile,
usr.sbin/altq/libaltq/qop_cdnr.h
115
struct tb_profile *peak_profile, int coloraware);
usr.sbin/altq/libaltq/qop_cdnr.h
41
struct tb_profile profile;
usr.sbin/altq/libaltq/qop_cdnr.h
46
struct tb_profile cmtd_profile;
usr.sbin/altq/libaltq/qop_cdnr.h
47
struct tb_profile peak_profile;
usr.sbin/altq/libaltq/qop_cdnr.h
70
struct tb_profile *profile,
usr.sbin/altq/libaltq/qop_cdnr.h
75
struct tb_profile *cmtd_profile,
usr.sbin/altq/libaltq/qop_cdnr.h
76
struct tb_profile *peak_profile,
usr.sbin/altq/libaltq/qop_cdnr.h
97
struct ifinfo *ifinfo, struct tb_profile *profile,