Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1460 enum bpf_prog_type saved_dst_prog_type; member
/linux/kernel/bpf/
H A Dverifier.c21259 if ((prog->aux->saved_dst_prog_type || prog->aux->saved_dst_attach_type) && in bpf_check_attach_target()
21260 (!tgt_prog || prog->aux->saved_dst_prog_type != tgt_prog->type || in bpf_check_attach_target()
21445 prog->aux->saved_dst_prog_type = tgt_prog->type; in check_attach_btf_id()
H A Dbtf.c6362 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access()