Searched refs:flowadv_fcentry (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | flowadv.h | 55 struct flowadv_fcentry { struct 56 STAILQ_ENTRY(flowadv_fcentry) fce_link; 70 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry); argument 75 extern struct flowadv_fcentry *flowadv_alloc_entry(int); 76 extern void flowadv_free_entry(struct flowadv_fcentry *); 78 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-12377.1.9/bsd/skywalk/channel/ |
| H A D | os_channel.h | 669 struct flowadv_fcentry; 681 __private_extern__ void kern_channel_flowadv_clear(struct flowadv_fcentry *); 682 __private_extern__ void kern_channel_flowadv_set(struct flowadv_fcentry *); 684 struct flowadv_fcentry *, uint32_t, uint32_t, uint32_t);
|
| H A D | channel_kern.c | 459 _kern_channel_flowadv_signal(struct flowadv_fcentry *fce, flow_adv_type_t type) in _kern_channel_flowadv_signal() 532 kern_channel_flowadv_clear(struct flowadv_fcentry *fce) in kern_channel_flowadv_clear() 538 kern_channel_flowadv_set(struct flowadv_fcentry *fce) in kern_channel_flowadv_set() 544 kern_channel_flowadv_report_congestion_event(struct flowadv_fcentry *fce, in kern_channel_flowadv_report_congestion_event()
|
| /xnu-12377.1.9/bsd/net/pktsched/ |
| H A D | pktsched.h | 207 extern struct flowadv_fcentry *pktsched_alloc_fcentry(pktsched_pkt_t *,
|
| H A D | pktsched.c | 643 struct flowadv_fcentry * 647 struct flowadv_fcentry *fce = NULL; in pktsched_alloc_fcentry()
|
| H A D | pktsched_fq_codel.c | 2343 struct flowadv_fcentry *fce; in fq_if_add_fcentry() 2383 fq_if_remove_fcentry(fq_if_t *fqs, struct flowadv_fcentry *fce) in fq_if_remove_fcentry() 2385 STAILQ_REMOVE(&fqs->fqs_fclist, fce, flowadv_fcentry, fce_link); in fq_if_remove_fcentry() 2393 struct flowadv_fcentry *fce = NULL; in fq_if_flow_feedback() 2422 struct flowadv_fcentry *fce; in fq_if_report_congestion()
|