Home
last modified time | relevance | path

Searched defs:bpf_link_create_opts (Results 1 – 2 of 2) sorted by relevance

/external/libbpf/src/
Dbpf.h393 struct bpf_link_create_opts { struct
394 size_t sz; /* size of this struct for forward/backward compatibility */
395 __u32 flags;
396 union bpf_iter_link_info *iter_info;
397 __u32 iter_info_len;
398 __u32 target_btf_id;
399 union {
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs5071 pub struct bpf_link_create_opts { struct
5078 pub __bindgen_anon_1: bpf_link_create_opts__bindgen_ty_1, argument
5171 impl Default for bpf_link_create_opts { implementation
5185 opts: *const bpf_link_create_opts, in bpf_link_create()