Home
last modified time | relevance | path

Searched refs:prog_list_prog (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Dcgroup.c169 static struct bpf_prog *prog_list_prog(struct bpf_prog_list *pl) in prog_list_prog() function
187 if (!prog_list_prog(pl)) in prog_list_length()
256 if (!prog_list_prog(pl)) in compute_effective_progs()
260 item->prog = prog_list_prog(pl); in compute_effective_progs()
547 if (!prog_list_prog(pl)) in replace_effective_prog()
691 if (!prog_list_prog(pl)) in purge_effective_progs()
803 prog = prog_list_prog(pl); in __cgroup_bpf_query()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcgroup.c343 static struct bpf_prog *prog_list_prog(struct bpf_prog_list *pl) in prog_list_prog() function
361 if (!prog_list_prog(pl)) in prog_list_length()
430 if (!prog_list_prog(pl)) in compute_effective_progs()
434 item->prog = prog_list_prog(pl); in compute_effective_progs()
766 if (!prog_list_prog(pl)) in replace_effective_prog()
918 if (!prog_list_prog(pl)) in purge_effective_progs()
1094 prog = prog_list_prog(pl); in __cgroup_bpf_query()

Completed in 7 milliseconds