Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dbpf.h68 struct bpf_prog_load_opts { struct
69 size_t sz; /* size of this struct for forward/backward compatibility */
75 int attempts;
77 enum bpf_attach_type expected_attach_type;
78 __u32 prog_btf_fd;
79 __u32 prog_flags;
80 __u32 prog_ifindex;
81 __u32 kern_version;
83 __u32 attach_btf_id;
84 __u32 attach_prog_fd;
[all …]