Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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;
100 #define bpf_prog_load_opts__last_field log_buf argument
105 const struct bpf_prog_load_opts *opts); argument