Searched refs:dn_flow_set (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h206 + dn_flow_set, which contains WF2Q+ configuration, flow
210 Multiple dn_flow_set can be linked to the same pipe, and multiple
211 dn_flow_queue can be linked to the same dn_flow_set.
215 During configuration, we create and initialize the dn_flow_set
216 and dn_pipe structures (a dn_pipe also contains a dn_flow_set).
218 At runtime: packets are sent to the appropriate dn_flow_set (either
261 struct dn_flow_set *fs ; /* parent flow set */
281 * A dn_flow_set is created whenever a new queue or pipe is created (in the
284 struct dn_flow_set { struct
285 struct dn_flow_set *nex
[all...]
H A Dip_dummynet.c149 static struct dn_flow_set *all_flow_sets = NULL ;/* list of all flow_sets */
670 struct dn_flow_set *fs = q->fs;
874 expire_queues(struct dn_flow_set *fs)
908 create_queue(struct dn_flow_set *fs, int i)
941 find_queue(struct dn_flow_set *fs, struct ipfw_flow_id *id)
1005 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len)
1107 struct dn_flow_set *
1110 struct dn_flow_set *fs;
1159 struct dn_flow_set *fs;
1384 purge_flow_set(struct dn_flow_set *f
[all...]
H A Dip_fw2.h470 struct dn_flow_set;
472 void flush_pipe_ptrs(struct dn_flow_set *match); /* used by dummynet */
H A Dip_fw2.c2223 flush_pipe_ptrs(struct dn_flow_set *match)

Completed in 25 milliseconds