Searched refs:BPF_MAXINSNS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h66 #define BPF_MAXINSNS 512 macro
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h65 #define BPF_MAXINSNS 512 macro
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c477 if (len < 1 || len > BPF_MAXINSNS)
540 * BPF_MAXINSNS, and we assume that BPF_MAXINSNS
544 * We know that len is <= BPF_MAXINSNS, and we
545 * assume that BPF_MAXINSNS is < the maximum size
H A Dbpf.c1272 if (flen > BPF_MAXINSNS)
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1363 if (prog.bf_len > BPF_MAXINSNS)

Completed in 67 milliseconds