dn_flow
if (max_size < sizeof(struct dn_flow))
max_size = sizeof(struct dn_flow);
list_flow(struct buf_pr *bp, struct dn_flow *ni)
print_header(&((struct dn_flow *)oid)->fid);
list_flow(&bp, (struct dn_flow *)oid);
struct dn_flow *sni;
struct dn_flow *qni;
struct dn_flow *ni; /* stats for scheduler instance */
struct dn_flow ni; /* oid, flow_id, stats */
struct dn_flow ni; /* oid, flowid and stats */
struct dn_flow *ni = (struct dn_flow *)(*a->start);
struct dn_flow *ni = (struct dn_flow *)(*a->start);
need += V_dn_cfg.queue_count * sizeof(struct dn_flow);
need += V_dn_cfg.si_count * (sizeof(struct dn_flow));
V_dn_cfg.si_count, sizeof(struct dn_flow), DN_SCH_I,
set_oid(&si->ni.oid, DN_SCH_I, sizeof(struct dn_flow));
int len = sizeof(struct dn_flow); /* see above comment */