Home
last modified time | relevance | path

Searched defs:dn_fs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_dummynet.h143 struct dn_fs { struct
144 struct dn_id oid;
145 uint32_t fs_nr; /* the flowset number */
146 uint32_t flags; /* userland flags */
147 int qsize; /* queue size in slots or bytes */
148 int32_t pl_state; /* packet loss state */
149 uint32_t buckets; /* buckets used for the queue hash table */
151 struct ipfw_flow_id flow_mask;
152 uint32_t sched_nr; /* the scheduler we attach to */
156 int par[4];
[all …]
/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h68 struct dn_fs { struct
72 int par[4]; /* flowset parameters */
78 int index;
79 int y; /* inverse mapping */
80 int base_y; /* inverse mapping */
81 int next_y; /* inverse mapping */
82 int n_flows;
83 int first_flow;
84 int next_flow; /* first_flow + n_flows */
89 int cur;