Home
last modified time | relevance | path

Searched refs:dn_flow (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
HDdn_aqm.h127 struct dn_flow *sni; in update_stats()
128 struct dn_flow *qni; in update_stats()
HDip_dn_private.h257 struct dn_flow ni; /* oid, flow_id, stats */
312 struct dn_flow ni; /* oid, flowid and stats */
HDip_dummynet.c502 set_oid(&si->ni.oid, DN_SCH_I, sizeof(struct dn_flow)); in si_new()
975 int len = sizeof(struct dn_flow); /* see above comment */ in copy_obj_q()
994 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_q_cb()
1059 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_si_cb()
2180 need += dn_cfg.queue_count * sizeof(struct dn_flow); in compute_space()
2182 need += dn_cfg.si_count * (sizeof(struct dn_flow)); in compute_space()
2308 dn_cfg.si_count, sizeof(struct dn_flow), DN_SCH_I, in dummynet_get()
HDip_dn_glue.c584 struct dn_flow *ni = (struct dn_flow *)_ni; in dn_c_copy_q()
HDdn_aqm_pie.c407 struct dn_flow *ni; /* stats for scheduler instance */ in aqm_pie_dequeue()
HDip_dn_io.c492 struct dn_flow *ni; /* stats for scheduler instance */ in dn_enqueue()
HDdummynet.txt97 struct dn_flow
/freebsd-11-stable/sys/netinet/
HDip_dummynet.h179 struct dn_flow { struct
/freebsd-11-stable/sys/netpfil/ipfw/test/
HDdn_test.h106 struct dn_flow { struct
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c429 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow()
610 print_header(&((struct dn_flow *)oid)->fid); in list_pipes()
613 list_flow(&bp, (struct dn_flow *)oid); in list_pipes()
1947 if (max_size < sizeof(struct dn_flow)) in dummynet_list()
1948 max_size = sizeof(struct dn_flow); in dummynet_list()