Searched refs:netmap_bdg_ops (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/netmap/
H A Dnetmap_bdg.h63 struct netmap_bdg_ops { struct
71 int netmap_bwrap_attach(const char *name, struct netmap_adapter *, struct netmap_bdg_ops *);
72 int netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token);
130 struct netmap_bdg_ops bdg_ops;
131 struct netmap_bdg_ops bdg_saved_ops;
172 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops);
174 struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops);
H A Dnetmap_bdg.c177 nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops)
387 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops)
998 netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token)
1156 struct netmap_bdg_ops *ops)
H A Dnetmap_vale.c145 struct netmap_bdg_ops vale_bdg_ops = {

Completed in 117 milliseconds