Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfilter.h103 #ifndef BPF_MAXINSNS
104 #define BPF_MAXINSNS 4096 macro
/linux-2.4.37.9/net/core/
Dfilter.c467 if (fprog->filter == NULL || fprog->len > BPF_MAXINSNS) in sk_attach_filter()