Home
last modified time | relevance | path

Searched refs:bpf_prog_type (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dbpf-netns.h33 int netns_bpf_prog_detach(const union bpf_attr *attr, enum bpf_prog_type ptype);
50 enum bpf_prog_type ptype) in netns_bpf_prog_detach()
Dbtf.h574 int register_btf_kfunc_id_set(enum bpf_prog_type prog_type,
583 const struct btf_type *t, enum bpf_prog_type prog_type,
585 int get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type);
629 static inline int register_btf_kfunc_id_set(enum bpf_prog_type prog_type, in register_btf_kfunc_id_set()
649 const struct btf_type *t, enum bpf_prog_type prog_type, in btf_is_prog_ctx_type()
655 enum bpf_prog_type prog_type) { in get_kern_ctx_btf_id()
Dbpf-cgroup.h421 enum bpf_prog_type ptype, struct bpf_prog *prog);
423 enum bpf_prog_type ptype);
438 enum bpf_prog_type ptype, in cgroup_bpf_prog_attach()
445 enum bpf_prog_type ptype) in cgroup_bpf_prog_detach()
Dbpf.h303 enum bpf_prog_type type;
1500 enum bpf_prog_type saved_dst_prog_type;
1599 enum bpf_prog_type type; /* Type of BPF program */
2255 struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type,
2413 enum bpf_prog_type prog_type,
2585 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type);
2716 enum bpf_prog_type type, in bpf_prog_get_type_dev()
2865 enum bpf_prog_type type) in bpf_prog_get_type_path()
2999 enum bpf_prog_type type) in bpf_prog_get_type()
3007 bool bpf_prog_get_ok(struct bpf_prog *, enum bpf_prog_type *, bool);
[all …]
Dbpf_mprog.h334 static inline bool bpf_mprog_supported(enum bpf_prog_type type) in bpf_mprog_supported()
Dbpf_verifier.h885 static inline enum bpf_prog_type resolve_prog_type(const struct bpf_prog *prog) in resolve_prog_type()
/include/uapi/linux/
Dbpf.h1024 enum bpf_prog_type { enum