Searched refs:relative_id (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_mprog_opts.c | 194 .relative_id = id_from_link_fd(bpf_link__fd(link1)), in test_link_attach_detach() 507 .relative_id = id2, in test_invalid_attach_detach() 532 .relative_id = id2, in test_invalid_attach_detach() 541 .relative_id = id2, in test_invalid_attach_detach() 550 .relative_id = id2, in test_invalid_attach_detach()
|
| H A D | tc_links.c | 217 .relative_id = lid1, in test_tc_links_before_target() 677 .relative_id = pid1, in test_tc_links_replace_target() 748 .relative_id = lid2, in test_tc_links_replace_target() 995 .relative_id = pid2, in test_tc_links_invalid_target() 1008 .relative_id = 42, in test_tc_links_invalid_target() 1108 .relative_id = ~0, in test_tc_links_invalid_target() 1121 .relative_id = lid1, in test_tc_links_invalid_target() 1134 .relative_id = pid1, in test_tc_links_invalid_target() 1146 .relative_id = lid1, in test_tc_links_invalid_target()
|
| H A D | tc_opts.c | 201 .relative_id = id1, in test_tc_opts_before_target() 353 .relative_id = id2, in test_tc_opts_after_target() 705 .relative_id = id1, in test_tc_opts_replace_target() 847 .relative_id = id1, in test_tc_opts_replace_target() 938 .relative_id = id2, in test_tc_opts_invalid_target()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1698 __u32 relative_id; member 1859 __u32 relative_id; member 1876 __u32 relative_id; member 1883 __u32 relative_id; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1698 __u32 relative_id; member 1859 __u32 relative_id; member 1876 __u32 relative_id; member 1883 __u32 relative_id; member
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 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() [all …]
|