Searched refs:bpf_bufsize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.c145 static unsigned int bpf_bufsize = BPF_BUFSIZE; variable
146 SYSCTL_INT(_debug, OID_AUTO, bpf_bufsize, CTLFLAG_RW | CTLFLAG_LOCKED,
147 &bpf_bufsize, 0, "");
697 d->bd_bufsize = bpf_bufsize;
1086 * we checked above that the read buffer is bpf_bufsize bytes.

Completed in 120 milliseconds