Lines Matching defs:bpf_prog_load_opts
68 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;
85 __u32 attach_btf_obj_fd;
87 const int *fd_array;
112 #define bpf_prog_load_opts__last_field token_fd argument
117 struct bpf_prog_load_opts *opts); argument