Home
last modified time | relevance | path

Searched refs:linfo_idx (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c8783 sub[s].linfo_idx = i; in check_btf_line()
10532 if (env->subprog_info[i].linfo_idx > l_off) { in bpf_adj_linfo_after_remove()
10536 if (env->subprog_info[i].linfo_idx >= l_off + l_cnt) { in bpf_adj_linfo_after_remove()
10537 env->subprog_info[i].linfo_idx -= l_cnt; in bpf_adj_linfo_after_remove()
10539 env->subprog_info[i].linfo_idx = l_off; in bpf_adj_linfo_after_remove()
11059 func[i]->aux->linfo_idx = env->subprog_info[i].linfo_idx; in jit_subprogs()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h832 * using the linfo_idx.
840 * using the linfo_idx.
845 /* subprog can use linfo_idx to access its first linfo and
847 * main prog always has linfo_idx == 0
849 u32 linfo_idx; member

Completed in 22 milliseconds