Home
last modified time | relevance | path

Searched refs:space_current (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dif_bond.c1395 int space_current; in S_mbuf_copy_uint32() local
1402 space_current = current->m_len - offset; in S_mbuf_copy_uint32()
1403 if (space_current >= (int)sizeof(uint32_t)) { in S_mbuf_copy_uint32()
1408 if (next == NULL || (next->m_len + space_current) < (int)sizeof(uint32_t)) { in S_mbuf_copy_uint32()
1412 switch (space_current) { in S_mbuf_copy_uint32()