Searched refs:dn_flow_set (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | ip_dummynet.c | 272 static void cp_flow_set_to_64_user(struct dn_flow_set *set, struct dn_flow_set_64 *fs_bp); 275 static char *dn_copy_set_64(struct dn_flow_set *set, char *bp __ended_by(bp_end), char *bp_end); 278 static void cp_flow_set_to_32_user(struct dn_flow_set *set, struct dn_flow_set_32 *fs_bp); 281 static char *dn_copy_set_32(struct dn_flow_set *set, char *bp __ended_by(bp_end), char *bp_end); 421 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() 451 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() 1053 struct dn_flow_set *fs = q->fs; in ready_event_wfq() 1313 expire_queues(struct dn_flow_set *fs) in expire_queues() 1352 create_queue(struct dn_flow_set *fs, int i) in create_queue() 1386 find_queue(struct dn_flow_set *fs, struct ip_flow_id *id) in find_queue() [all …]
|
| H A D | ip_dummynet.h | 289 struct dn_flow_set *fs; /* parent flow set */ 312 struct dn_flow_set { struct 313 SLIST_ENTRY(dn_flow_set) next;/* linked list in a hash slot */ 363 SLIST_HEAD(dn_flow_set_head, dn_flow_set); argument 407 struct dn_flow_set fs; /* used with fixed-rate flows */
|