Home
last modified time | relevance | path

Searched refs:bpf_maxbufsize (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbpf_filter.c83 extern unsigned int bpf_maxbufsize;
800 if (p->k >= bpf_maxbufsize) { in bpf_validate()
H A Dbpf.c159 __private_extern__ unsigned int bpf_maxbufsize = BPF_MAXBUFSIZE; variable
160 SYSCTL_PROC(_debug, OID_AUTO, bpf_maxbufsize, CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED,
161 &bpf_maxbufsize, 0,
1712 unsigned int maxbufsize = bpf_maxbufsize; in bpfioctl()
1720 maxbufsize = 2 * bpf_maxbufsize; in bpfioctl()
3832 i = bpf_maxbufsize;
3843 bpf_maxbufsize = i;