Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h69 #define BPF_MAXBUFSIZE 0x8000 macro
/netbsd/sys/net/
H A Dbpf.h69 #define BPF_MAXBUFSIZE (1024*1024*16) /* hard limit on sysctl'able value */ macro
H A Dbpf.c2411 if (newsize < BPF_MINBUFSIZE || newsize > BPF_MAXBUFSIZE) in sysctl_net_bpf_maxbufsize()