aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2025-12-18 16:46:20 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2025-12-18 16:46:20 +0000
commita4d766caf7114392b80793c8306d5a712f31557c (patch)
treef5a1331f928460843153a40f07f4f3eb62d30e1f /sys/net/bpf.h
parent4f809ffec69cd6ede3e7be9a5bc876b2e5931028 (diff)
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index f6bcb0e34ed4..6d2ecd985225 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -425,6 +425,7 @@ CK_LIST_HEAD(bpfd_list, bpf_d);
struct bpf_if * bpf_attach(const char *, u_int, u_int,
const struct bif_methods *, void *);
void bpf_detach(struct bpf_if *);
+void bpf_vmove(struct bpf_if *bp);
void bpf_bufheld(struct bpf_d *d);
int bpf_validate(const struct bpf_insn *, int);
void bpf_tap(struct bpf_if *, u_char *, u_int);