Searched refs:expected_revision (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.h | 330 __u64 expected_revision; member 333 #define bpf_prog_attach_opts__last_field expected_revision 340 __u64 expected_revision; member 343 #define bpf_prog_detach_opts__last_field expected_revision 416 __u64 expected_revision; member
|
H A D | bpf.c | 635 const size_t attr_sz = offsetofend(union bpf_attr, expected_revision); in bpf_prog_attach_opts() 656 attr.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_prog_attach_opts() 673 const size_t attr_sz = offsetofend(union bpf_attr, expected_revision); in bpf_prog_detach_opts() 693 attr.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_prog_detach_opts() 809 attr.link_create.tcx.expected_revision = OPTS_GET(opts, tcx.expected_revision, 0); in bpf_link_create()
|
H A D | libbpf.h | 794 __u64 expected_revision; member 797 #define bpf_tcx_opts__last_field expected_revision
|
H A D | libbpf.c | 11992 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_tcx()
|
/openbmc/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 | syscall.c | 3898 #define BPF_PROG_ATTACH_LAST_FIELD expected_revision 3931 attr->expected_revision) in bpf_prog_attach() 3981 #define BPF_PROG_DETACH_LAST_FIELD expected_revision 4005 attr->expected_revision) { in bpf_prog_detach()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1500 __u64 expected_revision; member 1653 __u64 expected_revision; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1500 __u64 expected_revision; member 1653 __u64 expected_revision; member
|