Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/tools/lib/bpf/
Dbpf.h62 struct bpf_load_program_attr { struct
75 int bpf_load_program_xattr(const struct bpf_load_program_attr *load_attr, argument
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf.h74 struct bpf_load_program_attr { struct
75 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