Searched refs:open_attr (Results 1 – 1 of 1) sorted by relevance
9071 struct bpf_object_open_attr open_attr = {}; in bpf_prog_load_xattr() local9082 open_attr.file = attr->file; in bpf_prog_load_xattr()9083 open_attr.prog_type = attr->prog_type; in bpf_prog_load_xattr()9085 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()