Searched refs:__bpf_object__open_xattr (Results 1 – 3 of 3) sorted by relevance
73 struct bpf_object *__bpf_object__open_xattr(struct bpf_object_open_attr *attr,
3629 struct bpf_object *__bpf_object__open_xattr(struct bpf_object_open_attr *attr, in __bpf_object__open_xattr() function3645 return __bpf_object__open_xattr(attr, 0); in bpf_object__open_xattr()
1227 obj = __bpf_object__open_xattr(&open_attr, bpf_flags); in load_with_options()