Lines Matching refs:relative_id
13843 __u32 relative_id; in bpf_program__attach_cgroup_opts() local
13849 relative_id = OPTS_GET(opts, relative_id, 0); in bpf_program__attach_cgroup_opts()
13852 if (relative_fd && relative_id) { in bpf_program__attach_cgroup_opts()
13860 link_create_opts.cgroup.relative_id = relative_id; in bpf_program__attach_cgroup_opts()
13871 __u32 relative_id; in bpf_program__attach_tcx() local
13877 relative_id = OPTS_GET(opts, relative_id, 0); in bpf_program__attach_tcx()
13886 if (relative_fd && relative_id) { in bpf_program__attach_tcx()
13894 link_create_opts.tcx.relative_id = relative_id; in bpf_program__attach_tcx()
13906 __u32 relative_id; in bpf_program__attach_netkit() local
13912 relative_id = OPTS_GET(opts, relative_id, 0); in bpf_program__attach_netkit()
13921 if (relative_fd && relative_id) { in bpf_program__attach_netkit()
13929 link_create_opts.netkit.relative_id = relative_id; in bpf_program__attach_netkit()