Searched defs:bpf_prog_load_params (Results 1 – 1 of 1) sorted by relevance
253 struct bpf_prog_load_params { struct254 enum bpf_prog_type prog_type;255 enum bpf_attach_type expected_attach_type;256 const char *name;257 const struct bpf_insn *insns;281 int libbpf__bpf_prog_load(const struct bpf_prog_load_params *load_attr); argument