Searched defs:attach_btf_id (Results 1 - 8 of 8) sorted by path

/linux-master/include/linux/
H A Dbpf.h1441 u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member in struct:bpf_prog_aux
3381 static inline void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) {} argument
/linux-master/include/uapi/linux/
H A Dbpf.h1548 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member in struct:bpf_attr::__anon2593
6575 __u32 attach_btf_id; member in struct:bpf_prog_info
/linux-master/kernel/bpf/
H A Dcgroup.c131 u32 attach_btf_id; member in struct:cgroup_lsm_atype
138 bpf_cgroup_atype_find(enum bpf_attach_type attach_type, u32 attach_btf_id) argument
159 void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) argument
184 bpf_cgroup_atype_find(enum bpf_attach_type attach_type, u32 attach_btf_id) argument
957 u32 attach_btf_id = 0; local
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1548 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member in struct:bpf_attr::__anon3134
6575 __u32 attach_btf_id; member in struct:bpf_prog_info
/linux-master/tools/lib/bpf/
H A Dbpf.h83 __u32 attach_btf_id; member in struct:bpf_prog_load_opts
H A Dlibbpf.c460 __u32 attach_btf_id; member in struct:bpf_program
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c459 static int load_fentry(int attach_prog_fd, int attach_btf_id) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1583 int attach_btf_id; local

Completed in 500 milliseconds