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

/linux-master/kernel/bpf/
H A Dbtf.c6397 u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; local
6518 mtrue_end = moff + msize;
6519 if (off >= mtrue_end)
6553 * Unlike mtype/msize/moff, mtrue_end does not
6563 * within the mtrue_end boundary.
6567 if (moff == mtrue_end)
6633 * it is within mtrue_end.
6634 * Since mtrue_end could be the end of an array,
6638 if (off + size > mtrue_end && !(*flag & PTR_UNTRUSTED)) {
6641 mname, mtrue_end, tnam
[all...]

Completed in 136 milliseconds