Searched refs:open_attr (Results 1 – 1 of 1) sorted by relevance
9068 struct bpf_object_open_attr open_attr = {}; in bpf_prog_load_xattr() local9079 open_attr.file = attr->file; in bpf_prog_load_xattr()9080 open_attr.prog_type = attr->prog_type; in bpf_prog_load_xattr()9082 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()