Home
last modified time | relevance | path

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

/kernel/bpf/
Dcgroup.c559 struct bpf_prog *replace_prog, in find_attach_entry() argument
572 if (prog && pl->prog == prog && prog != replace_prog) in find_attach_entry()
581 if (replace_prog) { in find_attach_entry()
583 if (pl->prog == replace_prog) in find_attach_entry()
608 struct bpf_prog *prog, struct bpf_prog *replace_prog, in __cgroup_bpf_attach() argument
626 if (link && (prog || replace_prog)) in __cgroup_bpf_attach()
629 if (!!replace_prog != !!(flags & BPF_F_REPLACE)) in __cgroup_bpf_attach()
652 pl = find_attach_entry(progs, prog, link, replace_prog, in __cgroup_bpf_attach()
725 struct bpf_prog *prog, struct bpf_prog *replace_prog, in cgroup_bpf_attach() argument
733 ret = __cgroup_bpf_attach(cgrp, prog, replace_prog, link, type, flags); in cgroup_bpf_attach()
[all …]