Searched refs:netmap_bdg_ops (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_bdg.h | 65 struct netmap_bdg_ops { struct 73 int netmap_bwrap_attach(const char *name, struct netmap_adapter *, struct netmap_bdg_ops *); argument 74 int netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *a… 132 struct netmap_bdg_ops bdg_ops; 133 struct netmap_bdg_ops bdg_saved_ops; 174 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops); 176 struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops);
|
| H A D | netmap_bdg.c | 179 nm_find_bridge(const char *name, int create, struct netmap_bdg_ops *ops) in nm_find_bridge() 389 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops) in netmap_get_bdg_na() 853 netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_… in netmap_bdg_regops() 1011 struct netmap_bdg_ops *ops) in netmap_bwrap_attach()
|
| H A D | netmap_vale.c | 142 struct netmap_bdg_ops vale_bdg_ops = {
|