Searched refs:expected_revision (Results  1 – 10 of 10) sorted by relevance
| /Linux-v6.6/tools/lib/bpf/ | 
| 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
  | 
| 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()
  | 
| D | libbpf.h | 794 	__u64 expected_revision;  member 797 #define bpf_tcx_opts__last_field expected_revision
  | 
| D | libbpf.c | 11982 	link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0);  in bpf_program__attach_tcx()
  | 
| /Linux-v6.6/kernel/bpf/ | 
| 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()
  | 
| D | syscall.c | 3781 #define BPF_PROG_ATTACH_LAST_FIELD expected_revision 3814 		    attr->expected_revision)  in bpf_prog_attach() 3864 #define BPF_PROG_DETACH_LAST_FIELD expected_revision 3888 		   attr->expected_revision) {  in bpf_prog_detach()
  | 
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ | 
| 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 …] 
 | 
| D | tc_links.c | 451 	optl.expected_revision = 1;  in test_tc_links_revision_target() 463 	optl.expected_revision = 1;  in test_tc_links_revision_target() 473 	optl.expected_revision = 2;  in test_tc_links_revision_target() 661 	optl.expected_revision = 1;  in test_tc_links_replace_target() 676 		.expected_revision = 2,  in test_tc_links_replace_target() 719 		.expected_revision = 3,  in test_tc_links_replace_target() 733 		.expected_revision = 3,  in test_tc_links_replace_target()
  | 
| /Linux-v6.6/tools/include/uapi/linux/ | 
| D | bpf.h | 1483 		__u64		expected_revision;  member 1636 				__u64		expected_revision;  member
  | 
| /Linux-v6.6/include/uapi/linux/ | 
| D | bpf.h | 1483 		__u64		expected_revision;  member 1636 				__u64		expected_revision;  member
  |