Lines Matching refs:pathname
575 int bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts)
586 attr.pathname = ptr_to_u64((void *)pathname);
594 int bpf_obj_pin(int fd, const char *pathname)
596 return bpf_obj_pin_opts(fd, pathname, NULL);
599 int bpf_obj_get(const char *pathname)
601 return bpf_obj_get_opts(pathname, NULL);
604 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts)
615 attr.pathname = ptr_to_u64((void *)pathname);