Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcgroup.c88 static u32 prog_list_length(struct list_head *head) in prog_list_length() function
120 cnt = prog_list_length(&p->bpf.progs[type]); in hierarchy_allows_attach()
148 cnt += prog_list_length(&p->bpf.progs[type]); in compute_effective_progs()
317 if (prog_list_length(progs) >= BPF_CGROUP_MAX_PROGS) in __cgroup_bpf_attach()
507 cnt = prog_list_length(progs); in __cgroup_bpf_query()