Searched defs:bpf_link_create_opts (Results 1 – 5 of 5) sorted by relevance
393 struct bpf_link_create_opts { struct394 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 {
3401 pub struct bpf_link_create_opts { struct3408 pub __bindgen_anon_1: bpf_link_create_opts__bindgen_ty_1, argument3501 impl Default for bpf_link_create_opts { implementation3515 opts: *const bpf_link_create_opts, in bpf_link_create()
5071 pub struct bpf_link_create_opts { struct5078 pub __bindgen_anon_1: bpf_link_create_opts__bindgen_ty_1, argument5171 impl Default for bpf_link_create_opts { implementation5185 opts: *const bpf_link_create_opts, in bpf_link_create()