Searched defs:bpf_prog_load_opts (Results 1 – 1 of 1) sorted by relevance
106 struct bpf_prog_load_opts { struct107 size_t sz; /* size of this struct for forward/backward compatibility */113 int attempts;115 enum bpf_attach_type expected_attach_type;116 __u32 prog_btf_fd;117 __u32 prog_flags;118 __u32 prog_ifindex;142 #define bpf_prog_load_opts__last_field log_buf argument147 const struct bpf_prog_load_opts *opts); argument