Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bpf/net/
H A Dbpf.h68 #define BPF_MINBUFSIZE 32 macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h68 #define BPF_MINBUFSIZE 32 macro
/titanic_50/usr/src/uts/common/io/bpf/
H A Dbpf.c891 else if (size < BPF_MINBUFSIZE) in bpfioctl()
892 size = BPF_MINBUFSIZE; in bpfioctl()