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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c115 int bpf_maxbufsize = (16 * 1024 * 1024); variable
889 if (size > bpf_maxbufsize)
890 size = bpf_maxbufsize;

Completed in 57 milliseconds