Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf_internal.h253 struct bpf_prog_load_params { struct
254 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