Searched refs:open_attr (Results 1 – 1 of 1) sorted by relevance
8987 struct bpf_object_open_attr open_attr = {}; in bpf_prog_load_xattr() local8998 open_attr.file = attr->file; in bpf_prog_load_xattr()8999 open_attr.prog_type = attr->prog_type; in bpf_prog_load_xattr()9001 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()