OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_MAXINSNS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
bpf.h
67
#define
BPF_MAXINSNS
512
bpf_filter.c
634
if (len >
BPF_MAXINSNS
)
731
*
BPF_MAXINSNS
, and we assume that
BPF_MAXINSNS
735
* We know that len is <=
BPF_MAXINSNS
, and we
736
* assume that
BPF_MAXINSNS
is < the maximum size
740
* or len are <=
BPF_MAXINSNS
, but we know that
if_ppp.c
707
if ((unsigned) nbp->bf_len >
BPF_MAXINSNS
)
bpf.c
1377
if ((fp->bf_insns == NULL && flen) || flen >
BPF_MAXINSNS
) {
Completed in 19 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025