diff options
| author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2019-09-15 14:26:19 +0000 |
|---|---|---|
| committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2019-09-15 14:26:19 +0000 |
| commit | 3ca5cfaae880ab54469719c3c9fb224e75ac5005 (patch) | |
| tree | 8905d1dd8134ae70b8e34ccd8afccb9038f555dd /sys/dev/netmap/netmap_kern.h | |
| parent | ea938c4ff981c525d052dff21f37806799112a6c (diff) | |
Notes
Diffstat (limited to 'sys/dev/netmap/netmap_kern.h')
| -rw-r--r-- | sys/dev/netmap/netmap_kern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/netmap/netmap_kern.h b/sys/dev/netmap/netmap_kern.h index ef2b1bcf0fb5..3748f81cbb5f 100644 --- a/sys/dev/netmap/netmap_kern.h +++ b/sys/dev/netmap/netmap_kern.h @@ -2390,8 +2390,7 @@ nm_os_get_mbuf(struct ifnet *ifp, int len) #endif /* __FreeBSD_version >= 1100000 */ #endif /* __FreeBSD__ */ -struct nmreq_option * nmreq_findoption(struct nmreq_option *, uint16_t); -int nmreq_checkduplicate(struct nmreq_option *); +struct nmreq_option * nmreq_getoption(struct nmreq_header *, uint16_t); int netmap_init_bridges(void); void netmap_uninit_bridges(void); |
