Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dbpf.c101 int bpf_maxbufsize = BPF_MAXBUFSIZE; variable
102 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()
H A Dbpf_filter.c79 extern int bpf_maxbufsize;
537 if (p->k >= bpf_maxbufsize) in bpf_validate()