Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbpf.c856 int bpf_maxbufsize_local = in bpfioctl() local
859 if (size > bpf_maxbufsize_local) in bpfioctl()
860 *(u_int *)addr = size = bpf_maxbufsize_local; in bpfioctl()