Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf_buffer.c96 static int bpf_maxbufsize = BPF_MAXBUFSIZE; variable
98 &bpf_maxbufsize, 0, "Maximum capture buffer in bytes");
169 if (size > bpf_maxbufsize) in bpf_buffer_ioctl_sblen()
170 *i = size = bpf_maxbufsize; in bpf_buffer_ioctl_sblen()