Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf.h172 struct bpf_link_create_opts { struct
183 const struct bpf_link_create_opts *opts); argument
/kernel/linux/linux-6.6/tools/lib/bpf/
Dbpf.h378 struct bpf_link_create_opts { struct
379 size_t sz; /* size of this struct for forward/backward compatibility */
380 __u32 flags;
381 union bpf_iter_link_info *iter_info;
382 __u32 iter_info_len;
383 __u32 target_btf_id;
384 union {