Searched refs:flowadv_fcentry (Results 1 – 7 of 7) sorted by relevance
49 struct flowadv_fcentry { struct50 STAILQ_ENTRY(flowadv_fcentry) fce_link;60 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry); argument65 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 *);
106 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()
654 struct flowadv_fcentry;666 __private_extern__ void kern_channel_flowadv_clear(struct flowadv_fcentry *);
451 kern_channel_flowadv_clear(struct flowadv_fcentry *fce) in kern_channel_flowadv_clear()
196 extern struct flowadv_fcentry *pktsched_alloc_fcentry(pktsched_pkt_t *,
469 struct flowadv_fcentry *473 struct flowadv_fcentry *fce = NULL; in pktsched_alloc_fcentry()
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()