Home
last modified time | relevance | path

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

/titanic_41/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, in bpf_attach()
H A Dbpf.c115 int bpf_maxbufsize = (16 * 1024 * 1024); variable
889 if (size > bpf_maxbufsize) in bpfioctl()
890 size = bpf_maxbufsize; in bpfioctl()