Home
last modified time | relevance | path

Searched refs:bpf_object__open_xattr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.map49 bpf_object__open_xattr;
Dlibbpf.h72 bpf_object__open_xattr(struct bpf_object_open_attr *attr);
Dlibbpf.c3643 struct bpf_object *bpf_object__open_xattr(struct bpf_object_open_attr *attr) in bpf_object__open_xattr() function
3655 return bpf_object__open_xattr(&attr); in bpf_object__open()
4823 obj = bpf_object__open_xattr(&open_attr); in bpf_prog_load_xattr()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_select_reuseport.c95 obj = bpf_object__open_xattr(&attr); in prepare_bpf_obj()