Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map49 bpf_object__open_xattr;
Dlibbpf.h111 bpf_object__open_xattr(struct bpf_object_open_attr *attr);
Dlibbpf.c6962 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr) in bpf_object__open_xattr() function
6974 return bpf_object__open_xattr(&attr); in bpf_object__open()
9001 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()