Home
last modified time | relevance | path

Searched refs:saved_dst_prog_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_verifier.h763 return (prog->type == BPF_PROG_TYPE_EXT && prog->aux->saved_dst_prog_type) ? in resolve_prog_type()
764 prog->aux->saved_dst_prog_type : prog->type; in resolve_prog_type()
H A Dbpf.h1423 enum bpf_prog_type saved_dst_prog_type; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c19991 if ((prog->aux->saved_dst_prog_type || prog->aux->saved_dst_attach_type) && in bpf_check_attach_target()
19992 (!tgt_prog || prog->aux->saved_dst_prog_type != tgt_prog->type || in bpf_check_attach_target()
20177 prog->aux->saved_dst_prog_type = tgt_prog->type; in check_attach_btf_id()
H A Dbtf.c6082 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access()