Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h68 #define BPF_MAXINSNS 512 macro
H A Dbpf_filter.c491 if (len < 1 || len > BPF_MAXINSNS)
/netbsd/sys/net/
H A Dbpf.h67 #define BPF_MAXINSNS 512 macro
H A Dbpf_filter.c632 if (len > BPF_MAXINSNS) in bpf_validate_ext()
H A Dif_ppp.c709 if ((unsigned) nbp->bf_len > BPF_MAXINSNS) in pppioctl()
H A Dbpf.c1376 if ((fp->bf_insns == NULL && flen) || flen > BPF_MAXINSNS) { in bpf_setf()