Searched refs:NET_HEADSPACE (Results 1 – 2 of 2) sorted by relevance
1072 if ((NET_HEADSPACE(&(Nbuf->BlockOp[Index])) < Len) && (Index > 0)) { in NetbufAllocSpace()1079 if (NET_HEADSPACE (BlockOp) < Len) { in NetbufAllocSpace()
1612 #define NET_HEADSPACE(BlockOp) \ macro