Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfw/
H A Ddn_aqm.h125 struct dn_flow *sni; in update_stats()
126 struct dn_flow *qni; in update_stats()
H A Dip_dn_private.h253 struct dn_flow ni; /* oid, flow_id, stats */
307 struct dn_flow ni; /* oid, flowid and stats */
H A Dip_dummynet.c518 set_oid(&si->ni.oid, DN_SCH_I, sizeof(struct dn_flow)); in si_new()
989 int len = sizeof(struct dn_flow); /* see above comment */ in copy_obj_q()
1008 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_q_cb()
1073 struct dn_flow *ni = (struct dn_flow *)(*a->start); in copy_si_cb()
2212 need += V_dn_cfg.queue_count * sizeof(struct dn_flow); in compute_space()
2214 need += V_dn_cfg.si_count * (sizeof(struct dn_flow)); in compute_space()
2343 V_dn_cfg.si_count, sizeof(struct dn_flow), DN_SCH_I, in dummynet_get()
H A Dip_dn_glue.c584 struct dn_flow *ni = (struct dn_flow *)_ni; in dn_c_copy_q()
H A Ddn_aqm_pie.c407 struct dn_flow *ni; /* stats for scheduler instance */ in aqm_pie_dequeue()
H A Dip_dn_io.c482 struct dn_flow *ni; /* stats for scheduler instance */ in dn_enqueue()
H A Ddummynet.txt97 struct dn_flow
/freebsd-13.1/sys/netinet/
H A Dip_dummynet.h181 struct dn_flow { struct
/freebsd-13.1/sys/netpfil/ipfw/test/
H A Ddn_test.h105 struct dn_flow { struct
/freebsd-13.1/sbin/ipfw/
H A Ddummynet.c430 list_flow(struct buf_pr *bp, struct dn_flow *ni) in list_flow()
611 print_header(&((struct dn_flow *)oid)->fid); in list_pipes()
614 list_flow(&bp, (struct dn_flow *)oid); in list_pipes()
1948 if (max_size < sizeof(struct dn_flow)) in dummynet_list()
1949 max_size = sizeof(struct dn_flow); in dummynet_list()