Home
last modified time | relevance | path

Searched defs:attach_btf_id (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup.c161 u32 attach_btf_id; global() member
168 bpf_cgroup_atype_find(enum bpf_attach_type attach_type,u32 attach_btf_id) bpf_cgroup_atype_find() argument
189 bpf_cgroup_atype_get(u32 attach_btf_id,int cgroup_atype) bpf_cgroup_atype_get() argument
214 bpf_cgroup_atype_find(enum bpf_attach_type attach_type,u32 attach_btf_id) bpf_cgroup_atype_find() argument
1144 u32 attach_btf_id = 0; __cgroup_bpf_detach() local
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c459 static int load_fentry(int attach_prog_fd, int attach_btf_id) in load_fentry()
/linux/tools/lib/bpf/
H A Dbpf.h83 __u32 attach_btf_id; global() member
H A Dlibbpf.c488 __u32 attach_btf_id; global() member
[all...]
/linux/include/uapi/linux/
H A Dbpf.h1584 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6665 __u32 attach_btf_id; member
/linux/tools/include/uapi/linux/
H A Dbpf.h1584 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6665 __u32 attach_btf_id; member
/linux/include/linux/
H A Dbpf.h1614 u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
3741 static inline void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) {} in bpf_cgroup_atype_get()