Searched defs:token_fd (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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() 83 static int probe_kern_btf(int token_fd) in probe_kern_btf() 95 static int probe_kern_btf_func(int token_fd) in probe_kern_btf_func() 113 static int probe_kern_btf_func_global(int token_fd) in probe_kern_btf_func_global() 131 static int probe_kern_btf_datasec(int token_fd) in probe_kern_btf_datasec() 150 static int probe_kern_btf_qmark_datasec(int token_fd) in probe_kern_btf_qmark_datasec() 169 static int probe_kern_btf_float(int token_fd) in probe_kern_btf_float() 181 static int probe_kern_btf_decl_tag(int token_fd) in probe_kern_btf_decl_tag() 198 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 140 __u32 token_fd; member
|
D | libbpf_probes.c | 223 int token_fd) in libbpf__load_raw_btf()
|
D | libbpf_internal.h | 393 int token_fd; member
|
D | bpf.c | 106 int probe_memcg_account(int token_fd) in probe_memcg_account()
|
D | libbpf.c | 733 int token_fd; member 4925 int bpffs_fd = -1, token_fd, err; in bpf_object_prepare_token() local 11121 int probe_kern_syscall_wrapper(int token_fd) in probe_kern_syscall_wrapper()
|
D | btf.c | 1380 int token_fd) in btf_load_into_kernel()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ ! |
D | token.c | 287 int mnt_fd = -1, fs_fd = -1, err = 0, bpffs_fd = -1, token_fd = -1; in child() local 431 int fs_fd = -1, mnt_fd = -1, token_fd = -1, err; in parent() local 501 int err, token_fd = -1, map_fd = -1; in userns_map_create() local 569 int err, token_fd = -1, btf_fd = -1; in userns_btf_load() local 638 int err, token_fd = -1, prog_fd = -1; in userns_prog_load() local
|