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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h242 + dn_flow_set, which contains WF2Q+ configuration, flow
246 Multiple dn_flow_set can be linked to the same pipe, and multiple
247 dn_flow_queue can be linked to the same dn_flow_set.
251 During configuration, we create and initialize the dn_flow_set
252 and dn_pipe structures (a dn_pipe also contains a dn_flow_set).
254 At runtime: packets are sent to the appropriate dn_flow_set (either
297 struct dn_flow_set *fs ; /* parent flow set */
317 * A dn_flow_set is created whenever a new queue or pipe is created (in the
320 struct dn_flow_set { struct
321 SLIST_ENTRY(dn_flow_set) nex
[all...]
H A Dip_dummynet.c234 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp);
237 static char* dn_copy_set_64(struct dn_flow_set *set, char *bp);
240 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp);
243 static char* dn_copy_set_32(struct dn_flow_set *set, char *bp);
359 cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp)
389 cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp)
487 * first field in dn_pipe and dn_flow_set. The correct
488 * solution would be to move the dn_flow_set to the beginning
528 * first field in dn_pipe and dn_flow_set. The correct
529 * solution would be to move the dn_flow_set t
[all...]
H A Dip_fw2.h643 struct dn_flow_set;
645 void flush_pipe_ptrs(struct dn_flow_set *match); /* used by dummynet */
H A Dip_fw2.c2727 flush_pipe_ptrs(struct dn_flow_set *match)

Completed in 32 milliseconds