tbmeter
struct tbmeter *tbm;
tbm = (struct tbmeter *)cb;
size = sizeof(struct tbmeter);
error = tbm_destroy((struct tbmeter *)cb);
static struct tbmeter *
struct tbmeter *tbm = NULL;
tbm_destroy(struct tbmeter *tbm)
struct tbmeter *tbm = (struct tbmeter *)cb;
struct tbmeter *tbm;
static struct tbmeter *tbm_create(struct top_cdnr *, struct tb_profile *,
struct tbmeter *tbm;
if ((tbm = (struct tbmeter *)cdnr_handle2cb(ap->cdnr_handle)) == NULL)
struct tbmeter *tbm;
static int tbm_destroy(struct tbmeter *);
if ((tbm = (struct tbmeter *)cdnr_handle2cb(ap->cdnr_handle)) == NULL)
cdnrinfo->tce_un.tbmeter.profile = *profile;
cdnrinfo->tce_un.tbmeter.in_action = *in_action;
cdnrinfo->tce_un.tbmeter.out_action = *out_action;
cdnrinfo->tce_un.tbmeter.profile = *profile;
tbmeter_add.profile = cdnrinfo->tce_un.tbmeter.profile;
tbmeter_add.in_action = cdnrinfo->tce_un.tbmeter.in_action;
tbmeter_add.out_action = cdnrinfo->tce_un.tbmeter.out_action;
tbmeter_modify.profile = cdnrinfo->tce_un.tbmeter.profile;
} tbmeter;