Searched refs:BPF_MAXINSNS (Results 1 – 2 of 2) sorted by relevance
103 #ifndef BPF_MAXINSNS104 #define BPF_MAXINSNS 4096 macro
467 if (fprog->filter == NULL || fprog->len > BPF_MAXINSNS) in sk_attach_filter()