Searched refs:mtrue_end (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dbtf.c6418 u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; local
6539 mtrue_end = moff + msize;
6540 if (off >= mtrue_end)
6574 * Unlike mtype/msize/moff, mtrue_end does not
6584 * within the mtrue_end boundary.
6588 if (moff == mtrue_end)
6654 * it is within mtrue_end.
6655 * Since mtrue_end could be the end of an array,
6659 if (off + size > mtrue_end && !(*flag & PTR_UNTRUSTED)) {
6662 mname, mtrue_end, tnam
[all...]

Completed in 321 milliseconds