Home
last modified time | relevance | path

Searched refs:flowadv_fcentry (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dflowadv.h54 struct flowadv_fcentry { struct
55 STAILQ_ENTRY(flowadv_fcentry) fce_link;
68 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry); argument
73 extern struct flowadv_fcentry *flowadv_alloc_entry(int);
74 extern void flowadv_free_entry(struct flowadv_fcentry *);
76 extern void flowadv_add_entry(struct flowadv_fcentry *);
H A Dflowadv.c106 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-10002.41.9/bsd/skywalk/channel/
H A Dos_channel.h668 struct flowadv_fcentry;
680 __private_extern__ void kern_channel_flowadv_clear(struct flowadv_fcentry *);
682 struct flowadv_fcentry *, uint32_t, uint32_t);
H A Dchannel_kern.c447 kern_channel_flowadv_clear(struct flowadv_fcentry *fce) in kern_channel_flowadv_clear()
506 kern_channel_flowadv_report_ce_event(struct flowadv_fcentry *fce, in kern_channel_flowadv_report_ce_event()
/xnu-10002.41.9/bsd/net/pktsched/
H A Dpktsched.h205 extern struct flowadv_fcentry *pktsched_alloc_fcentry(pktsched_pkt_t *,
H A Dpktsched.c492 struct flowadv_fcentry *
496 struct flowadv_fcentry *fce = NULL; in pktsched_alloc_fcentry()
H A Dpktsched_fq_codel.c1958 struct flowadv_fcentry *fce; in fq_if_add_fcentry()
1993 fq_if_remove_fcentry(fq_if_t *fqs, struct flowadv_fcentry *fce) in fq_if_remove_fcentry()
1995 STAILQ_REMOVE(&fqs->fqs_fclist, fce, flowadv_fcentry, fce_link); in fq_if_remove_fcentry()
2003 struct flowadv_fcentry *fce = NULL; in fq_if_flow_feedback()
2032 struct flowadv_fcentry *fce; in fq_if_report_ce()