Home | History | Annotate | Download | only in tc

Lines Matching refs:BPF_OBJ_GET

436 static int bpf_obj_get(const char *pathname)
451 return bpf(BPF_OBJ_GET, &attr, sizeof(attr));
562 ret = bpf_obj_get(file);
653 map_fd = bpf_obj_get(map_path);
963 return bpf_obj_get(pathname);