summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net/bpfdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net/bpfdesc.h')
-rw-r--r--freebsd/sys/net/bpfdesc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/freebsd/sys/net/bpfdesc.h b/freebsd/sys/net/bpfdesc.h
index 95093cff..2ce9204b 100644
--- a/freebsd/sys/net/bpfdesc.h
+++ b/freebsd/sys/net/bpfdesc.h
@@ -161,11 +161,6 @@ struct xbpf_d {
u_int64_t bd_spare[4];
};
-#define BPFIF_RLOCK(bif) rw_rlock(&(bif)->bif_lock)
-#define BPFIF_RUNLOCK(bif) rw_runlock(&(bif)->bif_lock)
-#define BPFIF_WLOCK(bif) rw_wlock(&(bif)->bif_lock)
-#define BPFIF_WUNLOCK(bif) rw_wunlock(&(bif)->bif_lock)
-
#define BPFIF_FLAG_DYING 1 /* Reject new bpf consumers */
#endif