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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c144 static unsigned int bpf_bufsize = BPF_BUFSIZE; variable
145 SYSCTL_INT(_debug, OID_AUTO, bpf_bufsize, CTLFLAG_RW | CTLFLAG_LOCKED,
146 &bpf_bufsize, 0, "");
676 d->bd_bufsize = bpf_bufsize;
983 * we checked above that the read buffer is bpf_bufsize bytes.

Completed in 12 milliseconds