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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf_filter.c116 extern unsigned int bpf_maxbufsize;
573 if (p->k >= bpf_maxbufsize)
H A Dbpf.c147 __private_extern__ unsigned int bpf_maxbufsize = BPF_MAXBUFSIZE; variable
148 SYSCTL_INT(_debug, OID_AUTO, bpf_maxbufsize, CTLFLAG_RW | CTLFLAG_LOCKED,
149 &bpf_maxbufsize, 0, "");
1264 if (size > bpf_maxbufsize)
1265 size = bpf_maxbufsize;

Completed in 13 milliseconds