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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.h74 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; member in struct:nm_bridge
136 * Contains the data structure used by the bdg_ops.lookup function.
H A Dnetmap_bdg.c226 b->bdg_ops = b->bdg_saved_ops = *ops;
244 memset(&b->bdg_ops, 0, sizeof(b->bdg_ops));
335 if (b->bdg_ops.dtor)
336 b->bdg_ops.dtor(b->bdg_ports[s_hw]);
468 error = b->bdg_ops.vp_create(hdr, NULL, nmd, &vpna);
500 error = b->bdg_ops.bwrap_attach(nr_name, hw);
853 netmap_bdg_regops(const char *name, struct netmap_bdg_ops *bdg_ops, void *private_data, void *auth_token) argument
870 if (!bdg_ops) {
873 b->bdg_ops
[all...]
H A Dnetmap_vale.c909 dst_port = b->bdg_ops.lookup(start_ft, &dst_ring, na, b->private_data);

Completed in 70 milliseconds