diff options
| author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2021-03-29 16:22:48 +0000 |
|---|---|---|
| committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2021-03-29 16:29:01 +0000 |
| commit | a6d768d845c173823785c71bb18b40074e7a8998 (patch) | |
| tree | 6a110e4d72a883f4a96c55e3e5681393f170fbcb /sys/dev/netmap/netmap_bdg.h | |
| parent | 9d81dd5404b3ad7108059d7065814d56a722a96c (diff) | |
Diffstat (limited to 'sys/dev/netmap/netmap_bdg.h')
| -rw-r--r-- | sys/dev/netmap/netmap_bdg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/netmap/netmap_bdg.h b/sys/dev/netmap/netmap_bdg.h index e4683885e66c..a88eaf11b07c 100644 --- a/sys/dev/netmap/netmap_bdg.h +++ b/sys/dev/netmap/netmap_bdg.h @@ -178,8 +178,10 @@ 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_bwrap_reg(struct netmap_adapter *, int onoff); +int netmap_bdg_detach_locked(struct nmreq_header *hdr, void *auth_token); int netmap_vp_reg(struct netmap_adapter *na, int onoff); int netmap_vp_rxsync(struct netmap_kring *kring, int flags); +int netmap_bwrap_intr_notify(struct netmap_kring *kring, int flags); int netmap_bwrap_notify(struct netmap_kring *kring, int flags); int netmap_bwrap_attach_common(struct netmap_adapter *na, struct netmap_adapter *hwna); |
