Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c222 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp);
225 static char* dn_copy_set_64(struct dn_flow_set *set, char *bp);
228 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp);
231 static char* dn_copy_set_32(struct dn_flow_set *set, char *bp);
360 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()
390 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()
923 struct dn_flow_set *fs = q->fs; in ready_event_wfq()
1183 expire_queues(struct dn_flow_set *fs) in expire_queues()
1222 create_queue(struct dn_flow_set *fs, int i) in create_queue()
1256 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 */