Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dflowadv.h49 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 Dflowadv.c106 static STAILQ_HEAD(fadv_head, flowadv_fcentry) fadv_list =
111 static const unsigned int fadv_size = sizeof(struct flowadv_fcentry);
134 struct flowadv_fcentry *
137 struct flowadv_fcentry *fce; in flowadv_alloc_entry()
148 flowadv_free_entry(struct flowadv_fcentry *fce) in flowadv_free_entry()
173 flowadv_add_entry(struct flowadv_fcentry *fce) in flowadv_add_entry()
201 struct flowadv_fcentry *fce; in flowadv_thread_cont()
206 flowadv_fcentry, fce_link); in flowadv_thread_cont()
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dos_channel.h654 struct flowadv_fcentry;
666 __private_extern__ void kern_channel_flowadv_clear(struct flowadv_fcentry *);
H A Dchannel_kern.c451 kern_channel_flowadv_clear(struct flowadv_fcentry *fce) in kern_channel_flowadv_clear()
/xnu-8792.61.2/bsd/net/pktsched/
H A Dpktsched.h196 extern struct flowadv_fcentry *pktsched_alloc_fcentry(pktsched_pkt_t *,
H A Dpktsched.c469 struct flowadv_fcentry *
473 struct flowadv_fcentry *fce = NULL; in pktsched_alloc_fcentry()
H A Dpktsched_fq_codel.c1769 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()