Searched refs:netmap_bdg_ops (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_bdg.h | 63 struct netmap_bdg_ops { struct 71 int netmap_bwrap_attach(const char *name, struct netmap_adapter *, struct netmap_bdg_ops *); argument 72 int netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *a… 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 D | netmap_bdg.c | 177 nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops) in nm_find_bridge() 387 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops) in netmap_get_bdg_na() 998 netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_… in netmap_bdg_regops() 1156 struct netmap_bdg_ops *ops) in netmap_bwrap_attach()
|
H A D | netmap_vale.c | 145 struct netmap_bdg_ops vale_bdg_ops = {
|