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.c60 u32 attach_btf_id; member
183 bpf_cgroup_atype_find(enum bpf_attach_type attach_type, u32 attach_btf_id) in bpf_cgroup_atype_find()
204 void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) in bpf_cgroup_atype_get()
234 bpf_cgroup_atype_find(enum bpf_attach_type attach_type, u32 attach_btf_id) in bpf_cgroup_atype_find()
1205 u32 attach_btf_id = 0; in __cgroup_bpf_detach() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c468 static int load_fentry(int attach_prog_fd, int attach_btf_id) in load_fentry()
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c1574 int attach_btf_id; in do_test_single() local
/linux/tools/include/uapi/linux/
H A Dbpf.h1632 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6803 __u32 attach_btf_id; member
/linux/include/uapi/linux/
H A Dbpf.h1632 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6803 __u32 attach_btf_id; member
/linux/include/linux/
H A Dbpf.h1754 u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
4130 static inline void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) {} in bpf_cgroup_atype_get()
/linux/tools/lib/bpf/
H A Dlibbpf.c507 __u32 attach_btf_id; member