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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5250 int tspace; local
5264 tspace = M_TRAILINGSPACE(m);
5265 if (tspace > 0) {
5266 tspace = MIN(tspace, off + len);
5267 VERIFY(tspace > 0);
5269 MIN(off, tspace));
5270 m->m_len += tspace;

Completed in 25 milliseconds