Searched refs:cgroup_bpf_prog_attach (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf-cgroup.h | 380 int cgroup_bpf_prog_attach(const union bpf_attr *attr, 394 static inline int cgroup_bpf_prog_attach(const union bpf_attr *attr, in cgroup_bpf_prog_attach() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf-cgroup.h | 411 int cgroup_bpf_prog_attach(const union bpf_attr *attr, 428 static inline int cgroup_bpf_prog_attach(const union bpf_attr *attr, in cgroup_bpf_prog_attach() function
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cgroup.c | 814 int cgroup_bpf_prog_attach(const union bpf_attr *attr, in cgroup_bpf_prog_attach() function
|
H A D | syscall.c | 3047 ret = cgroup_bpf_prog_attach(attr, ptype, prog); in bpf_prog_attach()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 1130 int cgroup_bpf_prog_attach(const union bpf_attr *attr, in cgroup_bpf_prog_attach() function
|
H A D | syscall.c | 3891 ret = cgroup_bpf_prog_attach(attr, ptype, prog); in bpf_prog_attach()
|
Completed in 27 milliseconds