Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dbpf_buffer.c94 static int bpf_maxbufsize = BPF_MAXBUFSIZE; variable
96 &bpf_maxbufsize, 0, "Maximum capture buffer in bytes");
167 if (size > bpf_maxbufsize) in bpf_buffer_ioctl_sblen()
168 *i = size = bpf_maxbufsize; in bpf_buffer_ioctl_sblen()
/freebsd-14.2/sbin/ipf/ipf/
H A Dbpf_filter.c502 if (p->k >= bpf_maxbufsize) in bpf_validate()