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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c67 extern int bpf_maxbufsize;
155 bpf_maxbufsize = ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0,
H A Dbpf.c115 int bpf_maxbufsize = (16 * 1024 * 1024); variable
889 if (size > bpf_maxbufsize)
890 size = bpf_maxbufsize;

Completed in 57 milliseconds