Searched defs:replace_prog (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | tcx.c | 15 struct bpf_prog *replace_prog = NULL; in tcx_prog_attach() local
|
H A D | cgroup.c | 556 find_attach_entry(struct hlist_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, struct bpf_prog *replace_prog, bool allow_multi) find_attach_entry() argument 607 __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_prog *replace_prog, struct bpf_cgroup_link *link, enum bpf_attach_type type, u32 flags) __cgroup_bpf_attach() argument 724 cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_prog *replace_prog, struct bpf_cgroup_link *link, enum bpf_attach_type type, u32 flags) cgroup_bpf_attach() argument 1133 struct bpf_prog *replace_prog = NULL; cgroup_bpf_prog_attach() local [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cgroup.c | 382 find_attach_entry(struct list_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, struct bpf_prog *replace_prog, bool allow_multi) find_attach_entry() argument 433 __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_prog *replace_prog, struct bpf_cgroup_link *link, enum bpf_attach_type type, u32 flags) __cgroup_bpf_attach() argument 817 struct bpf_prog *replace_prog = NULL; cgroup_bpf_prog_attach() local [all...] |
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 6594 cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_prog *replace_prog, struct bpf_cgroup_link *link, enum bpf_attach_type type, u32 flags) cgroup_bpf_attach() argument
|
Completed in 12 milliseconds