diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-18 16:46:20 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-18 16:46:20 +0000 |
| commit | a4d766caf7114392b80793c8306d5a712f31557c (patch) | |
| tree | f5a1331f928460843153a40f07f4f3eb62d30e1f /sys/net/bpf.h | |
| parent | 4f809ffec69cd6ede3e7be9a5bc876b2e5931028 (diff) | |
Diffstat (limited to 'sys/net/bpf.h')
| -rw-r--r-- | sys/net/bpf.h | 1 |
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); |
