Lines Matching refs:relative_fd
645 int ret, relative_fd; in bpf_prog_attach_opts() local
652 relative_fd = OPTS_GET(opts, relative_fd, 0); in bpf_prog_attach_opts()
656 if (relative_fd && relative_id) in bpf_prog_attach_opts()
671 attr.relative_fd = relative_fd; in bpf_prog_attach_opts()
683 int ret, relative_fd; in bpf_prog_detach_opts() local
690 relative_fd = OPTS_GET(opts, relative_fd, 0); in bpf_prog_detach_opts()
694 if (relative_fd && relative_id) in bpf_prog_detach_opts()
708 attr.relative_fd = relative_fd; in bpf_prog_detach_opts()
731 int fd, err, relative_fd; in bpf_link_create() local
810 relative_fd = OPTS_GET(opts, tcx.relative_fd, 0); in bpf_link_create()
812 if (relative_fd && relative_id) in bpf_link_create()
818 attr.link_create.tcx.relative_fd = relative_fd; in bpf_link_create()
826 relative_fd = OPTS_GET(opts, netkit.relative_fd, 0); in bpf_link_create()
828 if (relative_fd && relative_id) in bpf_link_create()
834 attr.link_create.netkit.relative_fd = relative_fd; in bpf_link_create()
869 relative_fd = OPTS_GET(opts, cgroup.relative_fd, 0); in bpf_link_create()
871 if (relative_fd && relative_id) in bpf_link_create()
877 attr.link_create.cgroup.relative_fd = relative_fd; in bpf_link_create()