Home
last modified time | relevance | path

Searched refs:bdg_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/netmap/
Dnetmap_vale.c218 struct netmap_bdg_ops bdg_ops; member
331 b->bdg_ops.lookup = netmap_bdg_learning; in nm_find_bridge()
447 if (b->bdg_ops.dtor) in netmap_bdg_detach_common()
448 b->bdg_ops.dtor(b->bdg_ports[s_hw]); in netmap_bdg_detach_common()
460 bzero(&b->bdg_ops, sizeof(b->bdg_ops)); in netmap_bdg_detach_common()
814 netmap_bdg_ctl(struct nmreq *nmr, struct netmap_bdg_ops *bdg_ops) in netmap_bdg_ctl() argument
911 if (!bdg_ops) { in netmap_bdg_ctl()
920 b->bdg_ops = *bdg_ops; in netmap_bdg_ctl()
970 if (b->bdg_ops.config != NULL) in netmap_bdg_config()
971 error = b->bdg_ops.config((struct nm_ifreq *)nmr); in netmap_bdg_config()
[all …]
Dnetmap_kern.h1112 int netmap_bdg_ctl(struct nmreq *nmr, struct netmap_bdg_ops *bdg_ops);