Searched refs:flowadv_fcentry (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | flowadv.h | 49 struct flowadv_fcentry { struct 50 STAILQ_ENTRY(flowadv_fcentry) fce_link; 60 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry); argument 65 extern struct flowadv_fcentry *flowadv_alloc_entry(int); 66 extern void flowadv_free_entry(struct flowadv_fcentry *); 68 extern void flowadv_add_entry(struct flowadv_fcentry *);
|
| H A D | flowadv.c | 106 static STAILQ_HEAD(fadv_head, flowadv_fcentry) fadv_list = 128 struct flowadv_fcentry * 131 return kalloc_type(struct flowadv_fcentry, how | Z_ZERO); in flowadv_alloc_entry() 135 flowadv_free_entry(struct flowadv_fcentry *fce) in flowadv_free_entry() 137 kfree_type(struct flowadv_fcentry, fce); in flowadv_free_entry() 160 flowadv_add_entry(struct flowadv_fcentry *fce) in flowadv_add_entry() 188 struct flowadv_fcentry *fce; in flowadv_thread_cont() 193 flowadv_fcentry, fce_link); in flowadv_thread_cont()
|
| /xnu-8796.141.3/bsd/skywalk/channel/ |
| H A D | os_channel.h | 654 struct flowadv_fcentry; 666 __private_extern__ void kern_channel_flowadv_clear(struct flowadv_fcentry *);
|
| H A D | channel_kern.c | 451 kern_channel_flowadv_clear(struct flowadv_fcentry *fce) in kern_channel_flowadv_clear()
|
| /xnu-8796.141.3/bsd/net/pktsched/ |
| H A D | pktsched.h | 196 extern struct flowadv_fcentry *pktsched_alloc_fcentry(pktsched_pkt_t *,
|
| H A D | pktsched.c | 479 struct flowadv_fcentry * 483 struct flowadv_fcentry *fce = NULL; in pktsched_alloc_fcentry()
|
| H A D | pktsched_fq_codel.c | 1769 struct flowadv_fcentry *fce; in fq_if_add_fcentry() 1805 fq_if_remove_fcentry(fq_if_t *fqs, struct flowadv_fcentry *fce) in fq_if_remove_fcentry() 1807 STAILQ_REMOVE(&fqs->fqs_fclist, fce, flowadv_fcentry, fce_link); in fq_if_remove_fcentry() 1815 struct flowadv_fcentry *fce = NULL; in fq_if_flow_feedback()
|