Searched refs:expected_revision (Results 1 - 5 of 5) sorted by relevance
/third_party/libbpf/src/ |
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 421 __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() 825 attr.link_create.netkit.expected_revision = OPTS_GET(opts, netkit.expected_revision, in bpf_link_create() [all...] |
H A D | libbpf.h | 794 __u64 expected_revision; member 797 #define bpf_tcx_opts__last_field expected_revision 809 __u64 expected_revision; member 812 #define bpf_netkit_opts__last_field expected_revision
|
H A D | libbpf.c | 12468 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); 12503 link_create_opts.netkit.expected_revision = OPTS_GET(opts, expected_revision, 0);
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1501 __u64 expected_revision; member 1654 __u64 expected_revision; member 1670 __u64 expected_revision; member
|
Completed in 32 milliseconds