MAX_BPF_PROGS
if (count > MAX_BPF_PROGS) {
count, MAX_BPF_PROGS);
pr_err("bpf btf count %u too large (max %u)\n", count, MAX_BPF_PROGS);