Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_bdg.h65 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 Dnetmap_bdg.c179 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 Dnetmap_vale.c142 struct netmap_bdg_ops vale_bdg_ops = {