Searched refs:space_current (Results 1 – 1 of 1) sorted by relevance
1389 int space_current; in S_mbuf_copy_uint32() local1396 space_current = current->m_len - offset; in S_mbuf_copy_uint32()1397 if (space_current >= (int)sizeof(uint32_t)) { in S_mbuf_copy_uint32()1402 if (next == NULL || (next->m_len + space_current) < (int)sizeof(uint32_t)) { in S_mbuf_copy_uint32()1406 switch (space_current) { in S_mbuf_copy_uint32()