summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index 9b04c82..a684314 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -58,7 +58,7 @@ typedef u_int32_t bpf_u_int32;
#define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
#define BPF_MAXINSNS 512
-#define BPF_MAXBUFSIZE 0x8000
+#define BPF_MAXBUFSIZE 0x80000
#define BPF_MINBUFSIZE 32
/*
OpenPOWER on IntegriCloud