Searched defs:bpf_load_program_attr (Results 1 – 1 of 1) sorted by relevance
171 struct bpf_load_program_attr { struct172 enum bpf_prog_type prog_type;173 enum bpf_attach_type expected_attach_type;174 const char *name;175 const struct bpf_insn *insns;176 size_t insns_cnt;177 const char *license;178 union {204 LIBBPF_API int bpf_load_program_xattr(const struct bpf_load_program_attr *load_attr, argument