Home
last modified time | relevance | path

Searched refs:dn_flow_set (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dip_dummynet.c223 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp);
226 static char* dn_copy_set_64(struct dn_flow_set *set, char *bp);
229 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp);
232 static char* dn_copy_set_32(struct dn_flow_set *set, char *bp);
366 cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp) in cp_flow_set_to_32_user()
396 cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp) in cp_flow_set_to_64_user()
929 struct dn_flow_set *fs = q->fs; in ready_event_wfq()
1189 expire_queues(struct dn_flow_set *fs) in expire_queues()
1228 create_queue(struct dn_flow_set *fs, int i) in create_queue()
1262 find_queue(struct dn_flow_set *fs, struct ip_flow_id *id) in find_queue()
[all …]
H A Dip_dummynet.h288 struct dn_flow_set *fs; /* parent flow set */
311 struct dn_flow_set { struct
312 SLIST_ENTRY(dn_flow_set) next;/* linked list in a hash slot */
362 SLIST_HEAD(dn_flow_set_head, dn_flow_set); argument
406 struct dn_flow_set fs; /* used with fixed-rate flows */