HomeSort by: relevance | last modified time | path
    Searched refs:tbmeter (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/altq/altqd/altq.conf.samples/
cdnr.sample 21 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <pass><drop>>
35 <tbmeter 10M 64K <tbmeter 3M 32K <mark 0x28><mark 0x30>><mark 0x38>>
cbq.diffedge 12 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>>
hfsc.diffedge 11 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>>
  /src/sys/altq/
altq_cdnr.c 94 static struct tbmeter *tbm_create(struct top_cdnr *, struct tb_profile *,
96 static int tbm_destroy(struct tbmeter *);
255 size = sizeof(struct tbmeter);
329 error = tbm_destroy((struct tbmeter *)cb);
519 static struct tbmeter *
523 struct tbmeter *tbm = NULL;
542 tbm_destroy(struct tbmeter *tbm)
557 struct tbmeter *tbm = (struct tbmeter *)cb;
929 struct tbmeter *tbm
    [all...]
altq_cdnr.h 287 struct tbmeter { struct
  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 44 } tbmeter; member in union:cdnrinfo::__anoncd3bf775010a
qop_cdnr.c 179 LOG(LOG_ERR, errno, "%s: add tbmeter failed!",
485 cdnrinfo->tce_un.tbmeter.profile = *profile;
486 cdnrinfo->tce_un.tbmeter.in_action = *in_action;
487 cdnrinfo->tce_un.tbmeter.out_action = *out_action;
510 cdnrinfo->tce_un.tbmeter.profile = *profile;
768 tbmeter_add.profile = cdnrinfo->tce_un.tbmeter.profile;
769 tbmeter_add.in_action = cdnrinfo->tce_un.tbmeter.in_action;
770 tbmeter_add.out_action = cdnrinfo->tce_un.tbmeter.out_action;
834 tbmeter_modify.profile = cdnrinfo->tce_un.tbmeter.profile;

Completed in 31 milliseconds