Searched refs:bpf_object__open_xattr (Results 1 – 4 of 4) sorted by relevance
75 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr);
1555 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr) in bpf_object__open_xattr() function1574 return bpf_object__open_xattr(&attr); in bpf_object__open()2312 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()
819 obj = bpf_object__open_xattr(&attr); in do_load()
95 obj = bpf_object__open_xattr(&attr); in prepare_bpf_obj()