summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2008-07-25 23:58:09 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2008-07-25 23:58:09 +0000
commitc9fac982af3c576fd56abbec8ffac41a7cb76f2c (patch)
tree4f00ef02c07779b06ffaa814635666557a6c2f80 /sys/net
parent7521cd74f61dd50f5c87bf7d598791842b6b34c1 (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bpf_buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpf_buffer.c b/sys/net/bpf_buffer.c
index 5db93f4b0073..5f740b31fc3e 100644
--- a/sys/net/bpf_buffer.c
+++ b/sys/net/bpf_buffer.c
@@ -89,10 +89,10 @@ __FBSDID("$FreeBSD$");
static int bpf_bufsize = 4096;
SYSCTL_INT(_net_bpf, OID_AUTO, bufsize, CTLFLAG_RW,
- &bpf_bufsize, 0, "");
+ &bpf_bufsize, 0, "Maximum capture buffer size in bytes");
static int bpf_maxbufsize = BPF_MAXBUFSIZE;
SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW,
- &bpf_maxbufsize, 0, "");
+ &bpf_maxbufsize, 0, "Default capture buffer in bytes");
void
bpf_buffer_alloc(struct bpf_d *d)