Home
last modified time | relevance | path

Searched defs:bpf_prog_load_params (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
A Dlibbpf_internal.h279 struct bpf_prog_load_params { struct
280 enum bpf_prog_type prog_type;
281 enum bpf_attach_type expected_attach_type;
282 const char *name;
283 const struct bpf_insn *insns;
284 size_t insn_cnt;
308 int libbpf__bpf_prog_load(const struct bpf_prog_load_params *load_attr); argument

Completed in 6 milliseconds