bw_upcall
static struct bw_upcall bw_upcalls[BW_UPCALLS_MAX];
compute_bw_meter_flags(struct bw_upcall *req)
add_bw_upcall(struct bw_upcall *req)
del_bw_upcall(struct bw_upcall *req)
struct bw_upcall *u;
static int add_bw_upcall(struct bw_upcall *);
static int del_bw_upcall(struct bw_upcall *);
struct bw_upcall bw_upcall;
error = soopt_to_kbuf(sopt, &bw_upcall, sizeof bw_upcall, sizeof bw_upcall);
error = add_bw_upcall(&bw_upcall);
error = del_bw_upcall(&bw_upcall);