Home
last modified time | relevance | path

Searched defs:token_fd (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/bpf/
H A Dfeatures.c22 static int probe_kern_prog_name(int token_fd) in probe_kern_prog_name()
47 static int probe_kern_global_data(int token_fd) in probe_kern_global_data()
80 static int probe_kern_btf(int token_fd) in probe_kern_btf()
92 static int probe_kern_btf_func(int token_fd) in probe_kern_btf_func()
110 static int probe_kern_btf_func_global(int token_fd) in probe_kern_btf_func_global()
128 static int probe_kern_btf_datasec(int token_fd) in probe_kern_btf_datasec()
147 static int probe_kern_btf_qmark_datasec(int token_fd) in probe_kern_btf_qmark_datasec()
166 static int probe_kern_btf_float(int token_fd) in probe_kern_btf_float()
178 static int probe_kern_btf_decl_tag(int token_fd) in probe_kern_btf_decl_tag()
195 static int probe_kern_btf_type_tag(int token_fd) in probe_kern_btf_type_tag()
[all …]
H A Dlibbpf_probes.c223 int token_fd) in libbpf__load_raw_btf() argument
H A Dlibbpf_internal.h417 int token_fd; member
H A Dbtf.c1694 int token_fd) in btf_load_into_kernel()
1947 struct btf *btf_load_from_kernel(__u32 id, struct btf *base_btf, int token_fd) in btf_load_from_kernel()
H A Dlibbpf.c783 int token_fd; member
5150 int bpffs_fd = -1, token_fd, err; in bpf_object_prepare_token() local
10680 static int libbpf_find_prog_btf_id(const char *name, __u32 attach_prog_fd, int token_fd) in libbpf_find_prog_btf_id()
11933 int probe_kern_syscall_wrapper(int token_fd) in probe_kern_syscall_wrapper()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c283 int mnt_fd = -1, fs_fd = -1, err = 0, bpffs_fd = -1, token_fd = -1; child() local
434 int fs_fd = -1, token_fd = -1, err; parent() local
503 int err, token_fd = -1, map_fd = -1; userns_map_create() local
571 int err, token_fd = -1, btf_fd = -1; userns_btf_load() local
640 int err, token_fd = -1, prog_fd = -1; userns_prog_load() local
1052 int err, token_fd = -1; userns_bpf_token_info() local
[all...]