Home
last modified time | relevance | path

Searched refs:make_bpfptr (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dbpfptr.h25 static inline bpfptr_t make_bpfptr(u64 addr, bool is_kernel) in make_bpfptr() function
/Linux-v5.15/kernel/bpf/
Dbpf_iter.c515 ulinfo = make_bpfptr(attr->link_create.iter_info, uattr.is_kernel); in bpf_iter_link_attach()
Dsyscall.c1109 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_update_elem()
1110 bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); in map_update_elem()
2190 make_bpfptr(attr->license, uattr.is_kernel), in bpf_prog_load()
2276 make_bpfptr(attr->insns, uattr.is_kernel), in bpf_prog_load()
Dverifier.c9792 urecord = make_bpfptr(attr->func_info, uattr.is_kernel); in check_btf_func()
9937 ulinfo = make_bpfptr(attr->line_info, uattr.is_kernel); in check_btf_line()
13699 env->fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in bpf_check()
Dbtf.c5854 btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), in btf_new_fd()