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

/freebsd-12-stable/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 *);
74 int netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token);
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)
389 struct netmap_mem_d *nmd, int create, struct netmap_bdg_ops *ops)
853 netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token)
1011 struct netmap_bdg_ops *ops)
H A Dnetmap_vale.c142 struct netmap_bdg_ops vale_bdg_ops = {

Completed in 44 milliseconds