Home
last modified time | relevance | path

Searched refs:bpf_object__open_xattr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map49 bpf_object__open_xattr;
H A Dlibbpf.h111 bpf_object__open_xattr(struct bpf_object_open_attr *attr);
H A Dlibbpf.c7031 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr) in bpf_object__open_xattr() function
7043 return bpf_object__open_xattr(&attr); in bpf_object__open()
9082 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()