Home
last modified time | relevance | path

Searched refs:expected_revision (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.h330 __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 Dbpf.c635 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 Dlibbpf.h794 __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 Dlibbpf.c12468 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 Dbpf.h1501 __u64 expected_revision; member
1654 __u64 expected_revision; member
1670 __u64 expected_revision; member

Completed in 32 milliseconds