Searched refs:bpf_maxbufsize (Results 1 – 2 of 2) sorted by relevance
101 int bpf_maxbufsize = BPF_MAXBUFSIZE; variable102 SYSCTL_INT(_debug, OID_AUTO, bpf_maxbufsize, CTLFLAG_RW,103 &bpf_maxbufsize, 0, "Maximum size of bpf buffer");800 if (size > bpf_maxbufsize) in bpfioctl()801 *(u_int *)ap->a_data = size = bpf_maxbufsize; in bpfioctl()
79 extern int bpf_maxbufsize;537 if (p->k >= bpf_maxbufsize) in bpf_validate()