Home
last modified time | relevance | path

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

/dragonfly/sys/net/netmap/
H A Dnetmap_kern.h662 int netmap_bdg_ctl(struct nmreq *nmr, bdg_lookup_fn_t func);
667 #define netmap_bdg_ctl(_1, _2) EINVAL macro
H A Dnetmap.c1313 error = netmap_bdg_ctl(nmr, NULL); in netmap_ioctl()
1359 error = netmap_bdg_ctl(nmr, NULL); in netmap_ioctl()
H A Dnetmap_vale.c791 netmap_bdg_ctl(struct nmreq *nmr, bdg_lookup_fn_t func) in netmap_bdg_ctl() function