summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_buffer.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-07-25 23:58:09 +0000
committertrhodes <trhodes@FreeBSD.org>2008-07-25 23:58:09 +0000
commitbb98de114576e05cc99bd76bc29d264b946ea9a6 (patch)
tree4f00ef02c07779b06ffaa814635666557a6c2f80 /sys/net/bpf_buffer.c
parenta9614a97a16b7ca08ac14be1eca59d640e37359d (diff)
downloadFreeBSD-src-bb98de114576e05cc99bd76bc29d264b946ea9a6.zip
FreeBSD-src-bb98de114576e05cc99bd76bc29d264b946ea9a6.tar.gz
Fill in BPF sysctl descriptions.
Reviewed by: csjp
Diffstat (limited to 'sys/net/bpf_buffer.c')
-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 5db93f4..5f740b3 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)
OpenPOWER on IntegriCloud