Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpfptr.h26 static inline bpfptr_t make_bpfptr(u64 addr, bool is_kernel) in make_bpfptr() function
/linux/kernel/bpf/
H A Dsyscall.c1558 bpfptr_t uprog_hash = make_bpfptr(attr->excl_prog_hash, uattr.is_kernel); in map_create()
1768 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_update_elem()
1769 bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); in map_update_elem()
1821 bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); in map_delete_elem()
2804 bpfptr_t usig = make_bpfptr(attr->signature, is_kernel); in bpf_prog_verify_signature()
3013 make_bpfptr(attr->insns, uattr.is_kernel), in bpf_prog_load()
3018 make_bpfptr(attr->license, uattr.is_kernel), in bpf_prog_load()
H A Dbpf_iter.c520 ulinfo = make_bpfptr(attr->link_create.iter_info, uattr.is_kernel); in bpf_iter_link_attach()
H A Dbtf.c5934 bpfptr_t btf_data = make_bpfptr(attr->btf, uattr.is_kernel); in btf_parse()
H A Dverifier.c19667 env->fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in process_fd_array()