Searched refs:dn_flow (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm.h | 126 struct dn_flow *sni; in update_stats() 127 struct dn_flow *qni; in update_stats()
|
| H A D | ip_dn_private.h | 259 struct dn_flow ni; /* oid, flow_id, stats */ 313 struct dn_flow ni; /* oid, flowid and stats */
|
| H A D | ip_dummynet.c | 504 set_oid(&si->ni.oid, DN_SCH_I, sizeof(struct dn_flow)); in si_new() 977 int len = sizeof(struct dn_flow); /* see above comment */ in copy_obj_q() 996 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_q_cb() 1061 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_si_cb() 2182 need += dn_cfg.queue_count * sizeof(struct dn_flow); in compute_space() 2184 need += dn_cfg.si_count * (sizeof(struct dn_flow)); in compute_space() 2310 dn_cfg.si_count, sizeof(struct dn_flow), DN_SCH_I, in dummynet_get()
|
| H A D | ip_dn_glue.c | 584 struct dn_flow *ni = (struct dn_flow *)_ni; in dn_c_copy_q()
|
| H A D | dn_aqm_pie.c | 407 struct dn_flow *ni; /* stats for scheduler instance */ in aqm_pie_dequeue()
|
| H A D | ip_dn_io.c | 499 struct dn_flow *ni; /* stats for scheduler instance */ in dn_enqueue()
|
| H A D | dummynet.txt | 97 struct dn_flow
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 105 struct dn_flow { struct
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 181 struct dn_flow { struct
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 429 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()
|