diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2018-10-24 14:14:49 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2018-10-24 14:14:49 +0000 |
| commit | be01db051f00675544df381c886de5c6fa2e4cf4 (patch) | |
| tree | 5affbbdb2f5ef67abf8888a86b60497efba05c91 /sys/dev/netmap/netmap_bdg.h | |
| parent | 1ff6e7a8a8599946804b79ee98ac9ae4ec8950da (diff) | |
Notes
Diffstat (limited to 'sys/dev/netmap/netmap_bdg.h')
| -rw-r--r-- | sys/dev/netmap/netmap_bdg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_bdg.h b/sys/dev/netmap/netmap_bdg.h index c804a2b720081..e020cbed2abbe 100644 --- a/sys/dev/netmap/netmap_bdg.h +++ b/sys/dev/netmap/netmap_bdg.h @@ -141,7 +141,6 @@ struct nm_bridge *nm_find_bridge(const char *name, int create, struct netmap_bdg int netmap_bdg_free(struct nm_bridge *b); void netmap_bdg_detach_common(struct nm_bridge *b, int hw, int sw); int netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na); -int netmap_vp_reg(struct netmap_adapter *na, int onoff); int netmap_bwrap_reg(struct netmap_adapter *, int onoff); int netmap_vp_reg(struct netmap_adapter *na, int onoff); int netmap_vp_rxsync(struct netmap_kring *kring, int flags); |
