• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/

Lines Matching defs:ctf_t

127 typedef struct ctf_pub	ctf_t;
133 typedef void (*ctf_detach_cb_t)(ctf_t *ci, void *arg);
134 typedef ctf_t * (*ctf_attach_t)(osl_t *osh, uint8 *name, uint32 *msg_level,
136 typedef void (*ctf_detach_t)(ctf_t *ci);
137 typedef int32 (*ctf_forward_t)(ctf_t *ci, void *p, void *rxifp);
138 typedef bool (*ctf_isenabled_t)(ctf_t *ci, void *dev);
139 typedef bool (*ctf_isbridge_t)(ctf_t *ci, void *dev);
140 typedef void (*ctf_brc_acquire_t)(ctf_t *ci);
141 typedef void (*ctf_brc_release_t)(ctf_t *ci);
142 typedef int32 (*ctf_brc_add_t)(ctf_t *ci, ctf_brc_t *brc);
143 typedef int32 (*ctf_brc_delete_t)(ctf_t *ci, uint8 *ea);
144 typedef ctf_brc_t * (*ctf_brc_lkup_t)(ctf_t *ci, uint8 *da, bool lock_taken);
145 typedef int32 (*ctf_ipc_add_t)(ctf_t *ci, ctf_ipc_t *ipc, bool v6);
146 typedef int32 (*ctf_ipc_delete_t)(ctf_t *ci, ctf_ipc_t *ipc, bool v6);
147 typedef int32 (*ctf_ipc_count_get_t)(ctf_t *ci);
148 typedef int32 (*ctf_ipc_delete_multi_t)(ctf_t *ci, ctf_ipc_t *ipc,
150 typedef int32 (*ctf_ipc_delete_range_t)(ctf_t *ci, ctf_ipc_t *start,
152 typedef int32 (*ctf_ipc_action_t)(ctf_t *ci, ctf_ipc_t *start,
154 typedef ctf_ipc_t * (*ctf_ipc_lkup_t)(ctf_t *ci, ctf_ipc_t *ipc, bool v6);
156 typedef void (*ctf_ipc_release_t)(ctf_t *ci, ctf_ipc_t *ipc);
157 typedef int32 (*ctf_enable_t)(ctf_t *ci, void *dev, bool enable, ctf_brc_hot_t **brc_hot);
158 typedef int32 (*ctf_dev_register_t)(ctf_t *ci, void *dev, bool br);
159 typedef void (*ctf_dev_unregister_t)(ctf_t *ci, void *dev);
160 typedef int32 (*ctf_dev_vlan_add_t)(ctf_t *ci, void *dev, uint16 vid, void *vldev);
161 typedef int32 (*ctf_dev_vlan_delete_t)(ctf_t *ci, void *dev, uint16 vid);
162 typedef void (*ctf_dump_t)(ctf_t *ci, struct bcmstrbuf *b);
163 typedef void (*ctf_cfg_req_process_t)(ctf_t *ci, void *arg);
167 typedef int32 (*ctf_fa_register_t)(ctf_t *ci, ctf_fa_cb_t facb, void *fa);
168 typedef void (*ctf_live_t)(ctf_t *ci, ctf_ipc_t *ipc, bool v6);
173 typedef int32 (*ctf_fwdcb_register_t)(ctf_t *ci, ctf_fwdcb_t fwdcb);
290 extern ctf_t *ctf_kattach(osl_t *osh, uint8 *name);
291 extern void ctf_kdetach(ctf_t *kci);
293 extern ctf_t *_ctf_attach(osl_t *osh, uint8 *name, uint32 *msg_level,
295 extern ctf_t *kcih;