Home
last modified time | relevance | path

Searched refs:saved_dst_attach_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf.h1412 enum bpf_attach_type saved_dst_attach_type; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c19985 if ((prog->aux->saved_dst_prog_type || prog->aux->saved_dst_attach_type) && in bpf_check_attach_target()
19987 prog->aux->saved_dst_attach_type != tgt_prog->expected_attach_type)) in bpf_check_attach_target()
20172 prog->aux->saved_dst_attach_type = tgt_prog->expected_attach_type; in check_attach_btf_id()