Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf.h64 struct bpf_prog_load_opts { struct
65 size_t sz; /* size of this struct for forward/backward compatibility */
71 int attempts;
73 enum bpf_attach_type expected_attach_type;
74 __u32 prog_btf_fd;
75 __u32 prog_flags;
76 __u32 prog_ifindex;
77 __u32 kern_version;
79 __u32 attach_btf_id;
80 __u32 attach_prog_fd;
[all …]