Lines Matching refs:relative_id
636 __u32 relative_id, flags; in bpf_prog_attach_opts() local
643 relative_id = OPTS_GET(opts, relative_id, 0); in bpf_prog_attach_opts()
648 if (relative_fd && relative_id) in bpf_prog_attach_opts()
658 if (relative_id) { in bpf_prog_attach_opts()
660 attr.relative_id = relative_id; in bpf_prog_attach_opts()
674 __u32 relative_id, flags; in bpf_prog_detach_opts() local
681 relative_id = OPTS_GET(opts, relative_id, 0); in bpf_prog_detach_opts()
686 if (relative_fd && relative_id) in bpf_prog_detach_opts()
695 if (relative_id) { in bpf_prog_detach_opts()
697 attr.relative_id = relative_id; in bpf_prog_detach_opts()
722 __u32 target_btf_id, iter_info_len, relative_id; in bpf_link_create() local
800 relative_id = OPTS_GET(opts, tcx.relative_id, 0); in bpf_link_create()
801 if (relative_fd && relative_id) in bpf_link_create()
803 if (relative_id) { in bpf_link_create()
804 attr.link_create.tcx.relative_id = relative_id; in bpf_link_create()