Searched defs:bpf_load_program_attr (Results 1 – 1 of 1) sorted by relevance
74 struct bpf_load_program_attr { struct75 enum bpf_prog_type prog_type;76 enum bpf_attach_type expected_attach_type;77 const char *name;78 const struct bpf_insn *insns;79 size_t insns_cnt;80 const char *license;81 union {106 bpf_load_program_xattr(const struct bpf_load_program_attr *load_attr, argument
Completed in 4 milliseconds