Searched refs:expected_revision (Results 1 – 10 of 10) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf.h | 345 __u64 expected_revision; member 348 #define bpf_prog_attach_opts__last_field expected_revision 355 __u64 expected_revision; member 358 #define bpf_prog_detach_opts__last_field expected_revision 431 __u64 expected_revision; member 436 __u64 expected_revision; member
|
H A D | libbpf.h | 841 __u64 expected_revision; member 844 #define bpf_tcx_opts__last_field expected_revision 856 __u64 expected_revision; member 859 #define bpf_netkit_opts__last_field expected_revision
|
H A D | libbpf.c | 12750 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_tcx() 12785 link_create_opts.netkit.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_netkit()
|
/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 | 4162 #define BPF_PROG_ATTACH_LAST_FIELD expected_revision 4195 attr->expected_revision) in bpf_prog_attach() 4249 #define BPF_PROG_DETACH_LAST_FIELD expected_revision 4273 attr->expected_revision) { in bpf_prog_detach()
|
/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()
|
/linux/drivers/net/ |
H A D | netkit.c | 536 attr->expected_revision); in netkit_prog_attach() 570 attr->relative_fd, attr->expected_revision); in netkit_prog_detach() 794 attr->link_create.netkit.expected_revision); in netkit_link_attach()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1604 __u64 expected_revision; member 1764 __u64 expected_revision; member 1780 __u64 expected_revision; member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1604 __u64 expected_revision; member 1764 __u64 expected_revision; member 1780 __u64 expected_revision; member
|