Searched refs:expected_revision (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_mprog_opts.c | 50 .expected_revision = 1, in test_prog_attach_detach() 62 .expected_revision = 2, in test_prog_attach_detach() 75 .expected_revision = 3, in test_prog_attach_detach() 87 .expected_revision = 4, in test_prog_attach_detach() 119 optd.expected_revision = 5; in test_prog_attach_detach() 182 .expected_revision = 1, in test_link_attach_detach() 195 .expected_revision = 2, in test_link_attach_detach() 208 .expected_revision = 3, in test_link_attach_detach() 219 .expected_revision = 4, in test_link_attach_detach() 301 .expected_revision = 1, in test_preorder_prog_attach_detach() [all …]
|
| H A D | tc_opts.c | 479 .expected_revision = 1, in test_tc_opts_revision_target() 489 .expected_revision = 1, in test_tc_opts_revision_target() 499 .expected_revision = 2, in test_tc_opts_revision_target() 530 .expected_revision = 2, in test_tc_opts_revision_target() 539 .expected_revision = 3, in test_tc_opts_revision_target() 694 .expected_revision = 1, in test_tc_opts_replace_target() 706 .expected_revision = 2, in test_tc_opts_replace_target() 748 .expected_revision = 3, in test_tc_opts_replace_target() 783 .expected_revision = 4, in test_tc_opts_replace_target() 827 .expected_revision = 5, in test_tc_opts_replace_target() [all …]
|
| H A D | tc_links.c | 453 optl.expected_revision = 1; in test_tc_links_revision_target() 465 optl.expected_revision = 1; in test_tc_links_revision_target() 475 optl.expected_revision = 2; in test_tc_links_revision_target() 663 optl.expected_revision = 1; in test_tc_links_replace_target() 678 .expected_revision = 2, in test_tc_links_replace_target() 721 .expected_revision = 3, in test_tc_links_replace_target() 735 .expected_revision = 3, in test_tc_links_replace_target()
|
| /linux/kernel/bpf/ |
| H A D | tcx.c | 41 attr->expected_revision); in tcx_prog_attach() 79 attr->relative_fd, attr->expected_revision); in tcx_prog_detach() 336 attr->link_create.tcx.expected_revision); in tcx_link_attach()
|
| H A D | cgroup.c | 1410 attr->relative_fd, attr->expected_revision); in cgroup_bpf_prog_attach() 1432 ret = cgroup_bpf_detach(cgrp, prog, attr->attach_type, attr->expected_revision); in cgroup_bpf_prog_detach() 1572 attr->link_create.cgroup.expected_revision); in cgroup_bpf_link_attach()
|
| H A D | syscall.c | 4564 #define BPF_PROG_ATTACH_LAST_FIELD expected_revision 4601 attr->expected_revision) in bpf_prog_attach() 4646 #define BPF_PROG_DETACH_LAST_FIELD expected_revision 4675 attr->expected_revision) { in bpf_prog_detach()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1700 __u64 expected_revision; member 1861 __u64 expected_revision; member 1878 __u64 expected_revision; member 1885 __u64 expected_revision; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1700 __u64 expected_revision; member 1861 __u64 expected_revision; member 1878 __u64 expected_revision; member 1885 __u64 expected_revision; member
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 13858 link_create_opts.cgroup.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_cgroup_opts() 13892 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_tcx() 13927 link_create_opts.netkit.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_netkit()
|