Searched defs:token_fd (Results 1 – 8 of 8) sorted by relevance
/linux-6.15/tools/lib/bpf/ |
D | features.c | 23 static int probe_kern_prog_name(int token_fd) in probe_kern_prog_name() 48 static int probe_kern_global_data(int token_fd) in probe_kern_global_data() 81 static int probe_kern_btf(int token_fd) in probe_kern_btf() 93 static int probe_kern_btf_func(int token_fd) in probe_kern_btf_func() 111 static int probe_kern_btf_func_global(int token_fd) in probe_kern_btf_func_global() 129 static int probe_kern_btf_datasec(int token_fd) in probe_kern_btf_datasec() 148 static int probe_kern_btf_qmark_datasec(int token_fd) in probe_kern_btf_qmark_datasec() 167 static int probe_kern_btf_float(int token_fd) in probe_kern_btf_float() 179 static int probe_kern_btf_decl_tag(int token_fd) in probe_kern_btf_decl_tag() 196 static int probe_kern_btf_type_tag(int token_fd) in probe_kern_btf_type_tag() [all …]
|
D | bpf.h | 56 __u32 token_fd; member 109 __u32 token_fd; member 143 __u32 token_fd; member 490 __u32 token_fd; member
|
D | libbpf_probes.c | 223 int token_fd) in libbpf__load_raw_btf()
|
D | libbpf_internal.h | 394 int token_fd; member
|
D | bpf.c | 106 int probe_memcg_account(int token_fd) in probe_memcg_account()
|
D | btf.c | 1382 int token_fd) in btf_load_into_kernel() 1622 struct btf *btf_load_from_kernel(__u32 id, struct btf *base_btf, int token_fd) in btf_load_from_kernel()
|
D | libbpf.c | 742 int token_fd; member 4975 int bpffs_fd = -1, token_fd, err; in bpf_object_prepare_token() local 10027 static int libbpf_find_prog_btf_id(const char *name, __u32 attach_prog_fd, int token_fd) in libbpf_find_prog_btf_id() 11238 int probe_kern_syscall_wrapper(int token_fd) in probe_kern_syscall_wrapper()
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | token.c | 288 int mnt_fd = -1, fs_fd = -1, err = 0, bpffs_fd = -1, token_fd = -1; in child() local 432 int fs_fd = -1, mnt_fd = -1, token_fd = -1, err; in parent() local 502 int err, token_fd = -1, map_fd = -1; in userns_map_create() local 570 int err, token_fd = -1, btf_fd = -1; in userns_btf_load() local 639 int err, token_fd = -1, prog_fd = -1; in userns_prog_load() local
|