Searched refs:bpf_mprog_max (Results 1 – 2 of 2) sorted by relevance
256 } else if (bpf_mprog_total(entry) == bpf_mprog_max()) { in bpf_mprog_attach()284 if (idx >= bpf_mprog_max()) { in bpf_mprog_attach()382 if (idx >= bpf_mprog_max()) { in bpf_mprog_detach()430 for (i = 0; i < bpf_mprog_max(); i++) { in bpf_mprog_query()
189 static inline int bpf_mprog_max(void) in bpf_mprog_max() function198 WARN_ON_ONCE(total > bpf_mprog_max()); in bpf_mprog_total()